wok diff pmount/receipt @ rev 9640

Fixed last commit.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 26 19:48:46 2011 +0000 (2011-04-26)
parents 13103f38c608
children 1de689140212
line diff
     1.1 --- a/pmount/receipt	Wed May 05 10:05:57 2010 +0200
     1.2 +++ b/pmount/receipt	Tue Apr 26 19:48:46 2011 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://pmount.alioth.debian.org/"
     1.5  WGET_URL="http://alioth.debian.org/frs/download.php/3127/$TARBALL"
     1.6  DEPENDS="dbus hal sysfsutils"
     1.7 -BUILD_DEPENDS="util-linux-ng-blkid-dev"
     1.8 +BUILD_DEPENDS="util-linux-ng-blkid-dev intltool"
     1.9  CONFIG_FILES="/etc/pmount.allow"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -17,10 +17,7 @@
    1.13  {
    1.14  	cd $src
    1.15  	sed -i 's/ -D / /' src/Makefile*
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	./configure && make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.