wok diff blogotext/receipt @ rev 14789

Fix ownership and permissions for some files in some packages: adeskbar, ajaxterm, amsn, anacron, arora, asciiquarium, assaultcube-data, asterisk-sound-fr, asterisk-sound, attr-dev, attr, audacious, avidemux, awstats, bind-dev, binutils, blogotext, bootchart, btanks, bzip2-dev, c-client, cairo-dock.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 11:45:27 2013 +0300 (2013-07-08)
parents b2a632fc9587
children 7c9b40764925
line diff
     1.1 --- a/blogotext/receipt	Sat Apr 13 19:32:46 2013 +0200
     1.2 +++ b/blogotext/receipt	Mon Jul 08 11:45:27 2013 +0300
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Simple blog engine."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +WEB_SITE="http://lehollandaisvolant.net/blogotext"
     1.8  TARBALL="$PACKAGE-$VERSION.zip"
     1.9 -WEB_SITE="http://lehollandaisvolant.net/blogotext"
    1.10  URL="$WEB_SITE/archives/$TARBALL"
    1.11  
    1.12  DEPENDS="php-gd"
    1.13 @@ -23,8 +23,9 @@
    1.14  	chown -R 80.80 $DESTDIR/var/www/blogotext
    1.15  }
    1.16  
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.18 -genpkg_rules()                                      
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21  {
    1.22  	cp -a $install/* $fs
    1.23 +	find $fs -type f -exec chmod a-x \{\} \;
    1.24  }