wok-next diff xpat2/receipt @ rev 12134
Re-fix clutter gtk so it build with both tazwok & cookutils
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 13 21:06:51 2012 +0100 (2012-03-13) |
parents | 2a1184b71daa |
children | 1ae5963f23df |
line diff
1.1 --- a/xpat2/receipt Tue Mar 01 18:45:33 2011 +0000 1.2 +++ b/xpat2/receipt Tue Mar 13 21:06:51 2012 +0100 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 }