wok-next diff arora/receipt @ rev 14995

enlightenment: add license (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 09:25:15 2013 +0000 (2013-08-10)
parents a7b54d88ae54
children f4c22f009037
line diff
     1.1 --- a/arora/receipt	Mon Jul 08 11:45:27 2013 +0300
     1.2 +++ b/arora/receipt	Sat Aug 10 09:25:15 2013 +0000
     1.3 @@ -19,6 +19,7 @@
     1.4  	qmake PREFIX="/usr/" &&
     1.5  	make $MAKEFLAGS &&
     1.6  	make INSTALL_ROOT=$DESTDIR install
     1.7 +	find $install -type f -name '*.desktop' -exec chmod a-x \{\} \;
     1.8  }
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11 @@ -26,5 +27,4 @@
    1.12  {
    1.13  	mkdir -p $fs/usr/bin
    1.14  	cp $src/arora $fs/usr/bin
    1.15 -	find $fs -type f -name '*.desktop' -exec chmod a-x \{\} \;
    1.16  }