wok diff xpat2/receipt @ rev 13667
ccid: add RSA_SecurID_getpasswd & Kobil_mIDentity_switch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 24 11:33:48 2012 +0100 (2012-11-24) |
parents | 2a1184b71daa |
children | 1ae5963f23df |
line diff
1.1 --- a/xpat2/receipt Tue Mar 01 18:45:33 2011 +0000 1.2 +++ b/xpat2/receipt Sat Nov 24 11:33:48 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 }