diff options
author | root <root@rshg054.dnsready.net> | 2012-04-30 00:01:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-30 00:01:38 +0000 |
commit | b7cd4b184f75d3d2b54b356e08f296df3a9afb38 (patch) | |
tree | dc5e84c1f7271cf0c8ec0221b5a22e48a884081a /multilib | |
parent | 4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (diff) |
Mon Apr 30 00:01:38 UTC 2012
Diffstat (limited to 'multilib')
-rw-r--r-- | multilib/lib32-util-linux/PKGBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/multilib/lib32-util-linux/PKGBUILD b/multilib/lib32-util-linux/PKGBUILD index ddddb6f6f..2a300690b 100644 --- a/multilib/lib32-util-linux/PKGBUILD +++ b/multilib/lib32-util-linux/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 68069 2012-03-17 16:13:59Z lcarlier $ -# Maintainer: judd <jvinet@zeroflux.org> +# $Id: PKGBUILD 70041 2012-04-28 16:26:51Z dreisner $ +# Maintainer: Dave Reisner <dreisner@archlinux.org> +# Contributor: judd <jvinet@zeroflux.org> _pkgbasename=util-linux pkgname=lib32-$_pkgbasename -pkgver=2.21 +pkgver=2.21.1 pkgrel=1 pkgdesc="Miscellaneous system utilities for Linux (32-bit)" url='http://www.kernel.org/pub/linux/utils/util-linux/' @@ -16,12 +17,12 @@ replaces=('lib32-util-linux-ng') license=('GPL2') options=('!libtool' '!emptydirs') source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.21/util-linux-$pkgver.tar.xz") -md5sums=('208aa058f4117759d2939d1be7d662fc') +md5sums=('ad602dcd528f340b1329cfa6200d8f80') shopt -s extglob build() { - cd "$srcdir/$_pkgbasename-$pkgver" + cd "$_pkgbasename-$pkgver" export CC="gcc -m32" export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" @@ -35,9 +36,7 @@ build() { } package() { - cd "$srcdir/$_pkgbasename-$pkgver" - - make DESTDIR="$pkgdir" install + make -C "$_pkgbasename-$pkgver" DESTDIR="$pkgdir" install # remove everything but libs rm -rf "$pkgdir"/!(usr) "$pkgdir"/usr/!(lib32) |