# HG changeset patch # User Antoine Bodin # Date 1295283430 -3600 # Node ID 76f818e75b364e36e952c533c98db10d7c5e154f # Parent b6b2dcec29f87e356461d5dd332c966496b54c36 Fix: leafpad needs install-sh as executable to compile diff -r b6b2dcec29f8 -r 76f818e75b36 leafpad/receipt --- a/leafpad/receipt Mon Jan 17 17:56:23 2011 +0100 +++ b/leafpad/receipt Mon Jan 17 17:57:10 2011 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="GTK simple text editor." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto" +BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tarot.freeshell.org/leafpad/" WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" @@ -15,6 +15,7 @@ compile_rules() { cd $src + chmod +x install-sh ./configure \ --prefix=/usr \ --infodir=/usr/share/info \