summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrAppleXZ2016-12-12 20:38:41 +0500
committermrAppleXZ2016-12-12 20:38:41 +0500
commit5689f9de5021a2fff94a622ce4ac5d6375bd7b19 (patch)
tree1e3768a73f77a4a11d28d2f69073fb6409d6dca9 /PKGBUILD
parent22e3040290ae6e406cab244bae0de45f1f22bb10 (diff)
downloadaur-5689f9de5021a2fff94a622ce4ac5d6375bd7b19.tar.gz
configure > autogen.sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83de83ce6748..d8c03d183d2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ md5sums=('SKIP')
build() {
cd "$srcdir/gtk-sharp"
- ./configure --prefix=/usr
+ ./autogen.sh --prefix=/usr
make
}