wok-6.x diff tazwikiss/receipt @ rev 23306

updated perl-curses (1.24 -> 1.36)
author Hans-G?nter Theisgen
date Sun Mar 29 17:39:10 2020 +0100 (2020-03-29)
parents 1dce8e8602f2
children 7e911016a644
line diff
     1.1 --- a/tazwikiss/receipt	Sat Sep 24 14:47:43 2016 +0200
     1.2 +++ b/tazwikiss/receipt	Sun Mar 29 17:39:10 2020 +0100
     1.3 @@ -72,7 +72,7 @@
     1.4  		fi
     1.5  	fi
     1.6  	# Configure busybox/httpd server by default
     1.7 -	if [ "$server" == "busybox" ]; then
     1.8 +	if [ "$server" = "busybox" ]; then
     1.9  		sed -i 's/lighttpd/httpd/' "$1/etc/rcS.conf"
    1.10  		if [ ! -s "$1/etc/httpd.conf" ]; then
    1.11  			cat > "$1/etc/httpd.conf" <<EOT