wok-current diff slim-pam/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 | faad1224c24e |
children | 7b13b3b4b836 |
line diff
1.1 --- a/slim-pam/receipt Fri May 06 22:02:53 2011 +0000 1.2 +++ b/slim-pam/receipt Sun May 08 09:01:58 2011 +0000 1.3 @@ -30,11 +30,11 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/share/slim 1.7 - cp -a ../$SOURCE/stuff/themes $fs/usr/share/slim 1.8 + cp -a ../$SOUR$stuff/themes $fs/usr/share/slim 1.9 cp -a $_pkg/usr/bin $fs/usr 1.10 1.11 # Config file and rc script. 1.12 - cp -a ../$SOURCE/stuff/etc $fs 1.13 + cp -a ../$SOUR$stuff/etc $fs 1.14 chown -R root.root $fs 1.15 } 1.16