wok-stable rev 12449
lighttpd, mutt: update CONFIG_FILES (thanks emgi)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 08 13:07:27 2015 +0100 (2015-02-08) |
parents | 2b274e36aea3 |
children | 0ee9a1d56ed3 |
files | lighttpd/receipt mutt/receipt |
line diff
1.1 --- a/lighttpd/receipt Fri Jan 30 16:34:55 2015 +0100 1.2 +++ b/lighttpd/receipt Sun Feb 08 13:07:27 2015 +0100 1.3 @@ -11,7 +11,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.lighttpd.net/" 1.6 WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" 1.7 -CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf" 1.8 +CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf \ 1.9 +/var/www/index.html /var/www/style.css" 1.10 BASE_MODULES=" 1.11 access 1.12 accesslog
2.1 --- a/mutt/receipt Fri Jan 30 16:34:55 2015 +0100 2.2 +++ b/mutt/receipt Sun Feb 08 13:07:27 2015 +0100 2.3 @@ -11,6 +11,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WEB_SITE="http://www.mutt.org" 2.6 WGET_URL="ftp://ftp.mutt.org/mutt/devel/$TARBALL" 2.7 +CONFIG_FILES="/etc/Muttrc /etc/mime.types" 2.8 2.9 # Rules to configure and make the package. 2.10 compile_rules()