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 /extra/libofx/PKGBUILD | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'extra/libofx/PKGBUILD')
-rw-r--r-- | extra/libofx/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libofx/PKGBUILD b/extra/libofx/PKGBUILD index bf97cc154..4a13e6a85 100644 --- a/extra/libofx/PKGBUILD +++ b/extra/libofx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 183162 2013-04-18 06:30:55Z eric $ +# $Id: PKGBUILD 198212 2013-10-30 13:29:15Z allan $ # Maintainer: Aaron Griffin <aaron@archlinux.org> pkgbase=libofx @@ -26,7 +26,7 @@ check() { } package_libofx() { - options=('!libtool' '!docs') + options=('!docs') cd "$srcdir/$pkgbase-$pkgver" make DESTDIR="$pkgdir" install |