wok diff cryptsetup/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents e5ae411e1d8c
children 73641efed1cc
line diff
     1.1 --- a/cryptsetup/receipt	Mon Apr 04 01:54:51 2011 +0000
     1.2 +++ b/cryptsetup/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cryptsetup"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.3.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="dm-crypt setup tool for encryption of block devices"
    1.11  MAINTAINER="b1+slitaz@nagel.org"
    1.12 @@ -17,10 +17,9 @@
    1.13  	cd $src
    1.14  	./configure \
    1.15  		--prefix=/usr \
    1.16 -		--enable-libdevmapper \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	make DESTDIR=$DESTDIR install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.