summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Klitzing2016-01-23 01:34:22 +0100
committerAndré Klitzing2016-01-23 01:34:22 +0100
commita875794050a96b6cd4688f8f1169dd4c194cdc2b (patch)
treefd55ec46d61568ca051209b006e1f948895d8a1c /PKGBUILD
parent8fd8841b5c9204f0ac2823a4dc88a0d6f2bad21d (diff)
downloadaur-a875794050a96b6cd4688f8f1169dd4c194cdc2b.tar.gz
Replace broken libtool to fix installation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53adf0877605..900fcb203dc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,13 @@ arch=('i686' 'x86_64')
url="https://wiki.gnome.org/msitools"
license=('GPL')
depends=('libgsf' 'gcab')
-makedepends=('intltool')
+makedepends=('intltool' 'vala')
source=(http://ftp.gnome.org/pub/GNOME/sources/msitools/${pkgver}/${pkgname}-${pkgver}.tar.xz)
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
+ sed -i 's|LIBTOOL = $(SHELL) $(top_builddir)/libtool|LIBTOOL = /usr/bin/libtool|g' Makefile
make
}