# HG changeset patch # User Antoine Bodin # Date 1298953648 -3600 # Node ID 91821d2640b2caac8749fa6d996fe175e3fc70fa # Parent e40df8ebe0f02ea0a430cb75fdf1365b99f5cad4 fix pmount: needs intltool to compile diff -r e40df8ebe0f0 -r 91821d2640b2 pmount/receipt --- a/pmount/receipt Tue Mar 01 05:11:37 2011 +0100 +++ b/pmount/receipt Tue Mar 01 05:27:28 2011 +0100 @@ -9,7 +9,7 @@ WEB_SITE="http://pmount.alioth.debian.org/" WGET_URL="http://alioth.debian.org/frs/download.php/3127/$TARBALL" DEPENDS="dbus hal sysfsutils" -BUILD_DEPENDS="util-linux-ng-blkid-dev" +BUILD_DEPENDS="util-linux-ng-blkid-dev intltool" CONFIG_FILES="/etc/pmount.allow" # Rules to configure and make the package. @@ -17,10 +17,7 @@ { cd $src sed -i 's/ -D / /' src/Makefile* - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.