diff options
author | piernov <piernov@piernov.org> | 2012-03-04 13:23:48 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-04 13:23:48 +0000 |
commit | c4ec4e26a8cb7a1c18064a6fd57b57244822ecc1 (patch) | |
tree | 760c2e846290dbeabbc06987553fd4660a493556 /util-linux/Pkgfile | |
parent | 15f2acd36dde7369bd3984b20cd438e13e9a74ee (diff) | |
download | nutyx-pakxe-c4ec4e26a8cb7a1c18064a6fd57b57244822ecc1.tar.gz nutyx-pakxe-c4ec4e26a8cb7a1c18064a6fd57b57244822ecc1.tar.bz2 nutyx-pakxe-c4ec4e26a8cb7a1c18064a6fd57b57244822ecc1.tar.xz nutyx-pakxe-c4ec4e26a8cb7a1c18064a6fd57b57244822ecc1.zip |
util-linux 2.21-1 màj port
Diffstat (limited to 'util-linux/Pkgfile')
-rwxr-xr-x | util-linux/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/util-linux/Pkgfile b/util-linux/Pkgfile index c38afc10a..f6000aac3 100755 --- a/util-linux/Pkgfile +++ b/util-linux/Pkgfile @@ -4,9 +4,9 @@ # Packager: thierryn1 at hispeed dot ch name=util-linux -version=2.20.1 +version=2.21 release=1 -source=(http://www.kernel.org/pub/linux/utils/util-linux/v${version%.*}/util-linux-$version.tar.xz) +source=(http://www.kernel.org/pub/linux/utils/util-linux/v${version}/util-linux-$version.tar.xz) build() { cd $name-$version @@ -19,7 +19,8 @@ build() { --enable-partx \ --enable-write \ --enable-ddate \ - --enable-line + --enable-line \ + --enable-raw make make DESTDIR=$PKG install |