wok-next diff slim-pam/receipt @ rev 9903

edje: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 17 13:42:31 2011 +0200 (2011-05-17)
parents d1768332cee0
children 8f16693d09e5
line diff
     1.1 --- a/slim-pam/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/slim-pam/receipt	Tue May 17 13:42:31 2011 +0200
     1.3 @@ -30,11 +30,11 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share/slim
     1.7 -	cp -a ../$SOUR$stuff/themes $fs/usr/share/slim
     1.8 +	cp -a ../$SOURCE/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 ../$SOUR$stuff/etc $fs
    1.13 +	cp -a ../$SOURCE/stuff/etc $fs
    1.14  	chown -R root.root $fs
    1.15  }
    1.16