[arch-commits] Commit in libofx/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)
Allan McRae
allan at nymeria.archlinux.org
Wed Oct 30 13:29:15 UTC 2013
Date: Wednesday, October 30, 2013 @ 14:29:15
Author: allan
Revision: 198212
remove !libtool
Modified:
libofx/repos/extra-i686/PKGBUILD
libofx/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 2 +-
extra-x86_64/PKGBUILD | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-10-30 13:28:54 UTC (rev 198211)
+++ extra-i686/PKGBUILD 2013-10-30 13:29:15 UTC (rev 198212)
@@ -26,7 +26,7 @@
}
package_libofx() {
- options=('!libtool' '!docs')
+ options=('!docs')
cd "$srcdir/$pkgbase-$pkgver"
make DESTDIR="$pkgdir" install
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-10-30 13:28:54 UTC (rev 198211)
+++ extra-x86_64/PKGBUILD 2013-10-30 13:29:15 UTC (rev 198212)
@@ -26,7 +26,7 @@
}
package_libofx() {
- options=('!libtool' '!docs')
+ options=('!docs')
cd "$srcdir/$pkgbase-$pkgver"
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list