wok-6.x rev 13695
separate .conf file
author | xfred222 |
---|---|
date | Thu Dec 13 20:04:39 2012 -0500 (2012-12-13) |
parents | 5e52034511d0 |
children | 34ea786c65bf |
files | tazbug-website/receipt |
line diff
1.1 --- a/tazbug-website/receipt Fri Dec 14 01:33:12 2012 +0000 1.2 +++ b/tazbug-website/receipt Thu Dec 13 20:04:39 2012 -0500 1.3 @@ -17,11 +17,11 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -pm0755 $fs/var/www/bugs 1.7 + mv -a $src/web/bugs.conf /etc/slitaz/bugs.conf 1.8 cp -a $src/web/* $fs/var/www/bugs/ 1.9 cp $stuff/index.html $fs/var/www/bugs/ 1.10 - cp -a $src/tazbug.conf /etc/slitaz/bugs.conf 1.11 chown -R 80.80 $fs/var/www/bugs 1.12 - } 1.13 +} 1.14 1.15 1.16 pre_install()