wok-6.x diff swat/receipt @ rev 20491
libzim-dev: add libzim.pc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 27 23:06:17 2018 +0200 (2018-10-27) |
parents | 2b9f96603415 |
children |
line diff
1.1 --- a/swat/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/swat/receipt Sat Oct 27 23:06:17 2018 +0200 1.3 @@ -20,9 +20,9 @@ 1.4 1.5 post_install() 1.6 { 1.7 - if [ -f $1/etc/lighttpd/lighttpd.conf ]; then 1.8 - if ! grep -q /usr/share/samba/swat/ $1/etc/lighttpd/lighttpd.conf; then 1.9 - sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/swat/" => "/usr/share/samba/swat/",|g' -i $1/etc/lighttpd/lighttpd.conf 1.10 + if [ -f "$1/etc/lighttpd/lighttpd.conf" ]; then 1.11 + if ! grep -q /usr/share/samba/swat/ "$1/etc/lighttpd/lighttpd.conf"; then 1.12 + sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/swat/" => "/usr/share/samba/swat/",|g' -i "$1/etc/lighttpd/lighttpd.conf" 1.13 if [ -z "$1" ]; then 1.14 # Start Web server. 1.15 /etc/init.d/lighttpd stop