diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-10 02:02:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-10 02:02:41 (GMT) |
commit | f2fbbf4a451664166f98f042e68edc146e9698fd (patch) | |
tree | c9aa8d9f084e1edb4cace55b340e8698c82b0c9e /abs/core-testing/libtool/PKGBUILD | |
parent | 29b4f1f1a35fbe81a50f8b96752c58eafc2f86a4 (diff) | |
parent | 6264aaba64f4165fd714220e10c4900401b85617 (diff) | |
download | linhes_pkgbuild-f2fbbf4a451664166f98f042e68edc146e9698fd.zip linhes_pkgbuild-f2fbbf4a451664166f98f042e68edc146e9698fd.tar.gz linhes_pkgbuild-f2fbbf4a451664166f98f042e68edc146e9698fd.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/libtool/PKGBUILD')
-rw-r--r-- | abs/core-testing/libtool/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/libtool/PKGBUILD b/abs/core-testing/libtool/PKGBUILD index c6f5f7a..eab01ea 100644 --- a/abs/core-testing/libtool/PKGBUILD +++ b/abs/core-testing/libtool/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 82294 2010-06-10 03:52:16Z allan $ +# $Id: PKGBUILD 87248 2010-08-11 14:10:45Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> @@ -6,7 +6,7 @@ pkgname=libtool pkgver=2.2.10 -pkgrel=1 +pkgrel=3 pkgdesc="A generic library support script" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libtool" @@ -21,7 +21,8 @@ md5sums=('b745d220e88163fcd9eea0a90ccf21b0') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr - make || return 1 + make + make check } package() { |