wok-stable diff nut/receipt @ rev 6039

Fix: bug 340 (need glibc-locale for abiword)
author Alexander Medvedev <devl547@gmail.com>
date Tue Aug 17 02:56:55 2010 +0000 (2010-08-17)
parents ae250fd4f9df
children b04abd30b007
line diff
     1.1 --- a/nut/receipt	Fri Aug 13 21:18:10 2010 +0200
     1.2 +++ b/nut/receipt	Tue Aug 17 02:56:55 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