summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-09-20 14:07:34 -0400
committerVincent Grande2020-09-20 14:07:34 -0400
commit8c4ebb8c3263941a64e0c6799b22d3a9141e408a (patch)
tree149b4b0348bd08b9fa57d2a0c5e6dc4eecc9fb0c
parent2f30c49a3f6b8a483bceedae21a402fc662d2527 (diff)
downloadaur-8c4ebb8c3263941a64e0c6799b22d3a9141e408a.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ddf494bf31b..096b25811175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
cd libxcursor
- ./configure --prefix=/usr --sysconfdir=/etc --disable-static --libdir=/usr/lib32
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static --libdir=/usr/lib32
make
}