fix autogen not being in the build step
This commit is contained in:
parent
9ae3ea272f
commit
d971ec2c91
4
PKGBUILD
4
PKGBUILD
|
@ -55,7 +55,9 @@ prepare(){
|
||||||
# lua5.1 package is named lua51 on Arch
|
# lua5.1 package is named lua51 on Arch
|
||||||
# we could probably just make it compile against the current lua
|
# we could probably just make it compile against the current lua
|
||||||
sed -i 's/lua5.1/lua51/' configure.ac
|
sed -i 's/lua5.1/lua51/' configure.ac
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
# Hud causes segfault in gtk version. Wifi doesn't really work.
|
# Hud causes segfault in gtk version. Wifi doesn't really work.
|
||||||
|
@ -65,9 +67,7 @@ prepare(){
|
||||||
--enable-glx \
|
--enable-glx \
|
||||||
--enable-openal \
|
--enable-openal \
|
||||||
--enable-glade
|
--enable-glade
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "${srcdir}/${_pkgname}/${_builddir}"
|
cd "${srcdir}/${_pkgname}/${_builddir}"
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user