# HG changeset patch # User xfred222 # Date 1355447079 18000 # Node ID c3448eb7f809aaf7a9b0f5889c8806be62160c01 # Parent 5e52034511d0b88509bbe740524c23f923fee350 separate .conf file diff -r 5e52034511d0 -r c3448eb7f809 tazbug-website/receipt --- a/tazbug-website/receipt Fri Dec 14 01:33:12 2012 +0000 +++ b/tazbug-website/receipt Thu Dec 13 20:04:39 2012 -0500 @@ -17,11 +17,11 @@ genpkg_rules() { mkdir -pm0755 $fs/var/www/bugs + mv -a $src/web/bugs.conf /etc/slitaz/bugs.conf cp -a $src/web/* $fs/var/www/bugs/ cp $stuff/index.html $fs/var/www/bugs/ - cp -a $src/tazbug.conf /etc/slitaz/bugs.conf chown -R 80.80 $fs/var/www/bugs - } +} pre_install()