summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-09-20 14:24:29 -0400
committerVincent Grande2020-09-20 14:24:29 -0400
commit20bebd0981554b5741d45260567f89a865e515fb (patch)
treef47f07be0858a1b3274176261744a8d557cae06c
parent69dd8bd5998b8c7bdd896ab2e73389eb7f1885bb (diff)
downloadaur-20bebd0981554b5741d45260567f89a865e515fb.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 793cbfaeab04..7039731e70be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ build() {
export CXX="g++ -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
- ./configure --prefix=/usr --sysconfdir=/etc \
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc \
--libdir=/usr/lib32
make
}