wok diff postgresql/receipt @ rev 9700

Replaced all ../stuff with $stuff.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 08 09:01:58 2011 +0000 (2011-05-08)
parents 02bbaa9d12ba
children 7b13b3b4b836
line diff
     1.1 --- a/postgresql/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/postgresql/receipt	Sun May 08 09:01:58 2011 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	[ -d ../postgrpsql-$VERSION ] && cp -a ../postgrpsql-$VERSION/* .
     1.7 -	cp ../stuff/*.files-list .
     1.8 +	cp $stuff/*.files-list .
     1.9  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.10  	--sysconfdir=/etc --includedir=/usr/include/postgresql --with-gnu-ld \
    1.11  	--with-includes=/usr/include/readline --enable-integer-datetimes \
    1.12 @@ -42,7 +42,7 @@
    1.13  	cp -a stuff/etc $fs
    1.14  	ln -s /var/lib/pgsql/postgresql.conf $fs/etc
    1.15  	chmod 700 $fs/var/lib/pgsql
    1.16 -	cat $WOK/$PACKAGE/stuff/*.files-list | while read file; do
    1.17 +	cat $WOK/$PACKA$stuff/*.files-list | while read file; do
    1.18  		[ -f $fs$file ] && rm -f $fs$file
    1.19  	done
    1.20