wok diff nzbget-webui/receipt @ rev 25067
updated alsa-plugins (1.1.5 -> 1.2.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 10 13:40:50 2022 +0100 (2022-06-10) |
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 Fri Jun 10 13:40:50 2022 +0100 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.