wok diff parted/receipt @ rev 10415
automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 07:52:52 2011 +0000 (2011-05-24) |
parents | c495ec2fb86d |
children | a819813b21c9 |
line diff
1.1 --- a/parted/receipt Tue May 17 13:38:44 2011 +0200 1.2 +++ b/parted/receipt Tue May 24 07:52:52 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="parted" 1.7 -VERSION="2.3" 1.8 +VERSION="2.4" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU parted partition editor." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -23,7 +23,8 @@ 1.13 --disable-debug \ 1.14 --disable-Werror \ 1.15 --without-readline \ 1.16 - --disable-device-mapper && 1.17 + --disable-device-mapper \ 1.18 + $CONFIGURE_ARGS && 1.19 make && make install 1.20 } 1.21