summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-01-05 01:22:48 -0500
committerVincent Grande2021-01-05 01:22:48 -0500
commit8af3c40bc66c7eb302ad5ae9583a7e44f004ca80 (patch)
tree2574512855f1d6abcc6af3d69b1ae956f0ea36e6 /PKGBUILD
parent4c419c425faa0c4ede8acc8814b704ca11d4d06d (diff)
downloadaur-libpng-minimal-git.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 099227d5a10d..abe144179168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ pkgver() {
build() {
cd "code"
- ./autogen.sh
+ autoreconf -fi
./configure --prefix="/usr" --enable-hardware-optimizations --enable-intel-sse
make
}