summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Schuett2016-11-05 17:49:56 -0500
committerJonathan Schuett2016-11-05 17:49:56 -0500
commit032c92c35fbd1a5fbf1760352374c69d843d1f86 (patch)
treee0051b75f80e641012f577c35e2991dfbff9eeaf /PKGBUILD
parent757f1382c2bbae695ca6689d782dc76d4db7eca8 (diff)
downloadaur-032c92c35fbd1a5fbf1760352374c69d843d1f86.tar.gz
Fixing incorrect commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b6877fa8567..7965317a381d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,8 @@ build() {
#build package
# CFLAGS="$CFLAGS -fno-strict-aliasing" CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" \
- ./autogen,sh
+ autoreconf --force --install
+ ${srcdir}/tripwire-open-source/autogen.sh
./configure --sysconfdir=/etc/tripwire
make
}