wok rev 7976

Fix: leafpad needs install-sh as executable to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:57:10 2011 +0100 (2011-01-17)
parents b6b2dcec29f8
children 83809e28255e
files leafpad/receipt
line diff
     1.1 --- a/leafpad/receipt	Mon Jan 17 17:56:23 2011 +0100
     1.2 +++ b/leafpad/receipt	Mon Jan 17 17:57:10 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="GTK simple text editor."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ xorg-libXdamage"
     1.7 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto"
     1.8 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://tarot.freeshell.org/leafpad/"
    1.11  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
    1.12 @@ -15,6 +15,7 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 +    chmod +x install-sh
    1.17      ./configure \
    1.18      	--prefix=/usr \
    1.19      	--infodir=/usr/share/info \