wok diff postgresql/receipt @ rev 9713

glibc: make it built with cookutils
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 23:21:20 2011 +0200 (2011-05-08)
parents d1768332cee0
children 7c5937702175
line diff
     1.1 --- a/postgresql/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/postgresql/receipt	Sun May 08 23:21:20 2011 +0200
     1.3 @@ -39,10 +39,10 @@
     1.4  	cp -a $_pkg/usr/lib/postgresql $fs/usr/lib
     1.5  	rm -f $fs/usr/lib/postgresql/*a
     1.6  	cp -a $_pkg/usr/share/postgresql $fs/usr/share
     1.7 -	cp -a stuff/etc $fs
     1.8 +	cp -a $stuff/etc $fs
     1.9  	ln -s /var/lib/pgsql/postgresql.conf $fs/etc
    1.10  	chmod 700 $fs/var/lib/pgsql
    1.11 -	cat $WOK/$PACKA$stuff/*.files-list | while read file; do
    1.12 +	cat $stuff/*.files-list | while read file; do
    1.13  		[ -f $fs$file ] && rm -f $fs$file
    1.14  	done
    1.15