wok-6.x diff anacron/receipt @ rev 14887

Up: python-sqlalchemy (0.7.10)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed Jul 24 19:01:19 2013 -0300 (2013-07-24)
parents e48368ce3315
children 380ffe05937a
line diff
     1.1 --- a/anacron/receipt	Fri May 24 18:19:42 2013 +0200
     1.2 +++ b/anacron/receipt	Wed Jul 24 19:01:19 2013 -0300
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Periodic command scheduler."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +WEB_SITE="http://anacron.sourceforge.net/"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -WEB_SITE="http://anacron.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11  
    1.12  DEPENDS=""
    1.13 @@ -25,4 +25,5 @@
    1.14  genpkg_rules()                                      
    1.15  {
    1.16  	cp -a $install/* $fs
    1.17 +	find $fs/usr/man -type f -exec chmod a-x \{\} \;
    1.18  }