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 2ed5f67ddd92..a89f4e24fa46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("http://github.com/downloads/tias/${pkgname}/${pkgname}-${pkgver}.tar.gz
package() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./autogen.sh --with-gui=x11
make
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"