wok-current diff tazwikiss/receipt @ rev 18984

clementine: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 16 21:28:57 2016 +0200 (2016-03-16)
parents 9e01bc6321ea
children 153495d7251e
line diff
     1.1 --- a/tazwikiss/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/tazwikiss/receipt	Wed Mar 16 21:28:57 2016 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	mkdir -p $DESTDIR 2> /dev/null
     1.8 +	mkdir -p $DESTDIR 2>/dev/null
     1.9  	cp -a $src/$PACKAGE/rootfs/* $DESTDIR
    1.10  }
    1.11  
    1.12 @@ -93,6 +93,7 @@
    1.13  		grep -q ' httpd ' "$1/etc/rcS.conf" ||
    1.14  		sed -i 's/ slim"/ httpd slim"/' "$1/etc/rcS.conf"
    1.15  		if [ -z "$1" ]; then
    1.16 +			echo
    1.17  			# Start Web server.
    1.18  			/etc/init.d/httpd stop
    1.19  			/etc/init.d/httpd start
    1.20 @@ -100,7 +101,7 @@
    1.21  	fi
    1.22  	while read line; do
    1.23  		[ -x "$1/$line" ] && continue
    1.24 -		echo "WARNING: $line not found, $PACKAGE will not work !"
    1.25 +		echo "WARNING: $line not found, $PACKAGE will not work!"
    1.26  	done <<EOT
    1.27  /usr/sbin/httpd
    1.28  /usr/lib/slitaz/httphelper.sh