wok-current diff slim/receipt @ rev 9369
Up: eduke32 to 20110319-1850. Add eduke32-data for duke3d.grp file. This will save space in the source folder also.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 22 21:16:04 2011 +0000 (2011-03-22) |
parents | 4a193c62c501 |
children | faad1224c24e |
line diff
1.1 --- a/slim/receipt Wed Mar 02 00:01:14 2011 +0000 1.2 +++ b/slim/receipt Tue Mar 22 21:16:04 2011 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -p1 < ../stuff/NoPwdForCmd.patch || return 1 1.8 + patch -p1 < $stuff/NoPwdForCmd.patch || return 1 1.9 make && 1.10 make DESTDIR=$src/_pkg install 1.11 } 1.12 @@ -28,11 +28,11 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/share/slim 1.16 - cp -a stuff/themes $fs/usr/share/slim 1.17 + cp -a $stuff/themes $fs/usr/share/slim 1.18 cp -a $_pkg/usr/bin $fs/usr 1.19 1.20 # Config file and rc script. 1.21 - cp -a stuff/etc $fs 1.22 + cp -a $stuff/etc $fs 1.23 chown -R root.root $fs 1.24 } 1.25