wok-next rev 9803

ncurses-man: fix path
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 14:33:10 2011 +0200 (2011-05-14)
parents 8e2d7748d155
children fad48b58dd83
files ncurses-man/receipt
line diff
     1.1 --- a/ncurses-man/receipt	Sat May 14 14:29:23 2011 +0200
     1.2 +++ b/ncurses-man/receipt	Sat May 14 14:33:10 2011 +0200
     1.3 @@ -12,5 +12,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share
     1.7 -	cp -a $_pkg/man $fs/usr/share
     1.8 +	cp -a $_pkg/usr/share/man $fs/usr/share
     1.9  }