wok-6.x diff libcomerr3/receipt @ rev 11379

Compat: ensure that ncurses-man are installed at the right place
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 03:52:27 2011 +0100 (2011-12-10)
parents 0e470e272b60
children b22851d31b7e
line diff
     1.1 --- a/libcomerr3/receipt	Mon Jan 17 17:52:31 2011 +0100
     1.2 +++ b/libcomerr3/receipt	Sat Dec 10 03:52:27 2011 +0100
     1.3 @@ -16,5 +16,5 @@
     1.4  		dir=$(dirname "$file")
     1.5  		[ -d $fs$dir ] || mkdir -p $fs$dir
     1.6  		cp -a $_pkg$file $fs$dir
     1.7 -	done < $WOK/$WANTED/stuff/$PACKAGE.files-list
     1.8 +	done < $wanted_stuff/$PACKAGE.files-list
     1.9  }