From d971ec2c915682902ab26f16530f505f5b6a2efa Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 22 Jul 2019 07:29:03 -0400 Subject: [PATCH] fix autogen not being in the build step --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 39590c6..af7aaba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -55,7 +55,9 @@ prepare(){ # lua5.1 package is named lua51 on Arch # we could probably just make it compile against the current lua sed -i 's/lua5.1/lua51/' configure.ac +} +build() { ./autogen.sh # Hud causes segfault in gtk version. Wifi doesn't really work. @@ -65,9 +67,7 @@ prepare(){ --enable-glx \ --enable-openal \ --enable-glade -} -build() { cd "${srcdir}/${_pkgname}/${_builddir}" make