wok-4.x diff xpat2/receipt @ rev 9726
xrick: removed copying xrick.png and xrick.desktop. tazwok and cookutils does that for us.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 05:34:18 2011 +0000 (2011-05-09) |
parents | 2a1184b71daa |
children |
line diff
1.1 --- a/xpat2/receipt Tue Mar 01 18:45:33 2011 +0000 1.2 +++ b/xpat2/receipt Mon May 09 05:34:18 2011 +0000 1.3 @@ -16,11 +16,11 @@ 1.4 cd $src 1.5 for i in xpat2.patch layout.patch ; do 1.6 [ -f done.$i ] && continue 1.7 - patch -p1 < ../stuff/$i 1.8 + patch -p1 < $stuff/$i 1.9 touch done.$i 1.10 done 1.11 cd src 1.12 - cp ../../stuff/Makefile . 1.13 + cp $stuff/Makefile . 1.14 make && 1.15 make DESTDIR=../_pkg install 1.16 } 1.17 @@ -31,7 +31,7 @@ 1.18 mkdir -p $fs/var/games/xpat2 1.19 cp -a $_pkg/usr $fs 1.20 mkdir -p $fs/usr/share/X11/app-defaults/ 1.21 - cp -a $src/../stuff/XPat.ad $fs/usr/share/X11/app-defaults/XPat 1.22 + cp -a $stuff/XPat.ad $fs/usr/share/X11/app-defaults/XPat 1.23 touch $fs/var/games/xpat2/xpat.log 1.24 chmod 666 $fs/var/games/xpat2/xpat.log 1.25 }