wok diff nzbget-webui/receipt @ rev 25039
Up aspell-pl (6.0_20210731-0), icmptx (20190501)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 14:53:15 2022 +0000 (2022-05-26) |
parents | e1e99c585768 |
children |
line diff
1.1 --- a/nzbget-webui/receipt Wed Mar 25 17:29:13 2020 +0100 1.2 +++ b/nzbget-webui/receipt Thu May 26 14:53:15 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nzbget-webui" 1.7 -VERSION="21.0" 1.8 +VERSION="21.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="The most efficient usenet downloader, web user interface." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -25,7 +25,8 @@ 1.13 then 1.14 if ! grep -q /usr/share/nzbget/ "$1/etc/lighttpd/lighttpd.conf" 1.15 then 1.16 - sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/nzbget/" => "/usr/share/nzbget/webui/",|g' -i "$1/etc/lighttpd/lighttpd.conf" 1.17 + sed -i -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/nzbget/" => "/usr/share/nzbget/webui/",|g' \ 1.18 + "$1/etc/lighttpd/lighttpd.conf" 1.19 if [ -z "$1" ] 1.20 then 1.21 # Start Web server.