wok diff parted/receipt @ rev 5373

Up: parted (2.2) - I disabled device mapper since its enable by default now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 01 01:40:16 2010 +0000 (2010-05-01)
parents 0588160a6878
children 1a955d2f91fd
line diff
     1.1 --- a/parted/receipt	Wed Sep 09 21:42:10 2009 +0200
     1.2 +++ b/parted/receipt	Sat May 01 01:40:16 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="parted"
     1.7 -VERSION="1.8.8"
     1.8 +VERSION="2.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GNU parted partition editor."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -22,6 +22,7 @@
    1.13  		--disable-debug \
    1.14  		--disable-Werror \
    1.15  		--without-readline \
    1.16 +		--disable-device-mapper \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make &&
    1.19  	make DESTDIR=$PWD/_pkg install