wok-next diff puzzles/receipt @ rev 19159

/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 26 20:16:45 2016 +0300 (2016-05-26)
parents 38bfb19944b1
children 27bae9732b8d
line diff
     1.1 --- a/puzzles/receipt	Thu Aug 15 10:51:36 2013 +0000
     1.2 +++ b/puzzles/receipt	Thu May 26 20:16:45 2016 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="Misc puzzles games."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE.tar.gz"
     1.9  WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
    1.10  WGET_URL="${WEB_SITE}$TARBALL"
    1.11 @@ -36,6 +37,6 @@
    1.12  		cp $img $fs/usr/share/pixmaps/$(basename $img -16d24.png).png
    1.13  	done
    1.14  	
    1.15 -	cp -a stuff/*.desktop $fs/usr/share/applications
    1.16 +	cp -a $stuff/*.desktop $fs/usr/share/applications
    1.17  }
    1.18