wok diff yad/receipt @ rev 9955
pan: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 15:23:58 2011 +0200 (2011-05-18) |
parents | c965be0dacea |
children | 51d0db4b9cc0 |
line diff
1.1 --- a/yad/receipt Fri Mar 18 13:07:33 2011 +0100 1.2 +++ b/yad/receipt Wed May 18 15:23:58 2011 +0200 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