wok diff pure-ftpd-pam/receipt @ rev 11253

upx: Fixed ucl and upx to be more compatable with my wok-tank cooking branch and still be compatible with official cookutils.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 10:04:51 2011 +0000 (2011-11-07)
parents d1768332cee0
children 981962641fe2
line diff
     1.1 --- a/pure-ftpd-pam/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/pure-ftpd-pam/receipt	Mon Nov 07 10:04:51 2011 +0000
     1.3 @@ -28,7 +28,7 @@
     1.4  	mkdir -p $fs/usr $fs/etc/init.d
     1.5  	cp -a $_pkg/usr/bin $fs/usr
     1.6  	cp -a $_pkg/usr/sbin $fs/usr
     1.7 -	install -g root -o root -m 0755 ../$SOUR$stuff/pure-ftpd $fs/etc/init.d
     1.8 +	install -g root -o root -m 0755 ../$SOURCE/stuff/pure-ftpd $fs/etc/init.d
     1.9  }
    1.10  
    1.11  post_install()