wok-6.x diff cherokee/receipt @ rev 10791
slitaz-tools: tazx is not installed by Makefile (fixed in tools repo)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jun 02 02:39:30 2011 +0200 (2011-06-02) |
parents | 21d63521b096 |
children | 4de59d145d66 |
line diff
1.1 --- a/cherokee/receipt Sat Feb 26 02:55:09 2011 +0100 1.2 +++ b/cherokee/receipt Thu Jun 02 02:39:30 2011 +0200 1.3 @@ -39,6 +39,6 @@ 1.4 cp -a $_pkg/usr/share/cherokee $fs/usr/share 1.5 cp -a $_pkg/var $fs 1.6 cp -a $_pkg/etc $fs 1.7 - cp -a stuff/cherokee $fs/etc/init.d 1.8 + cp -a $stuff/cherokee $fs/etc/init.d 1.9 } 1.10