summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}