wok rev 9458

Up: yad to 0.10.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Apr 03 08:01:47 2011 +0000 (2011-04-03)
parents ce522e556202
children 6583cc0e6f66
files yad/receipt
line diff
     1.1 --- a/yad/receipt	Sun Apr 03 07:29:03 2011 +0000
     1.2 +++ b/yad/receipt	Sun Apr 03 08:01:47 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yad"
     1.7 -VERSION="0.9.1"
     1.8 +VERSION="0.10.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Display graphical dialogs from shell scripts or command line"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -14,6 +14,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 +	[ -f install-sh ] && chmod +x install-sh
    1.17  	./configure \
    1.18  		--enable-icon-browser &&
    1.19  	make && make install