wok rev 5982

nut: fix genpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 13 21:34:30 2010 +0200 (2010-08-13)
parents ae250fd4f9df
children 3f326721653c
files nut/receipt
line diff
     1.1 --- a/nut/receipt	Fri Aug 13 21:18:10 2010 +0200
     1.2 +++ b/nut/receipt	Fri Aug 13 21:34:30 2010 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/share $fs/etc
     1.6  	for i in $_pkg/etc/*.sample ; do
     1.7 -		cp -a $i $(basename $i .sample)
     1.8 +		cp -a $i $fs/etc/$(basename $i .sample)
     1.9  	done
    1.10  	cp -a $_pkg/lib $fs
    1.11  	cp -a $_pkg/usr/lib $fs/usr