diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /core/sysfsutils/PKGBUILD | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'core/sysfsutils/PKGBUILD')
-rw-r--r-- | core/sysfsutils/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/sysfsutils/PKGBUILD b/core/sysfsutils/PKGBUILD index 1fa9bc5f0..291438227 100644 --- a/core/sysfsutils/PKGBUILD +++ b/core/sysfsutils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 158624 2012-05-05 03:20:18Z dreisner $ +# $Id: PKGBUILD 197842 2013-10-30 11:07:08Z allan $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=sysfsutils @@ -12,7 +12,6 @@ groups=('base') depends=('glibc') source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz) md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc') -options=(!libtool) build() { cd "$pkgname-$pkgver" |