wok-next diff nut/receipt @ rev 6055

slim: Upgrade to 1.3.2
author Matthew Sheets <rcx@zoominternet.net>
date Thu Aug 19 20:55:56 2010 +0000 (2010-08-19)
parents ae250fd4f9df
children b04abd30b007
line diff
     1.1 --- a/nut/receipt	Fri Aug 13 21:18:10 2010 +0200
     1.2 +++ b/nut/receipt	Thu Aug 19 20:55:56 2010 +0000
     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