summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2019-09-27 20:36:11 +1000
committerJay Ta'ala2019-09-27 20:36:11 +1000
commitc2110f3bfa5aa2c68e56b0d4dc87877c335efa84 (patch)
tree74b11774546af25d03fc244bbc70725a3f59f675
parent5230588e4be4a8f52da19b237563345b6243cc4b (diff)
downloadaur-c2110f3bfa5aa2c68e56b0d4dc87877c335efa84.tar.gz
Removed explicit bootstrap.sh call before configure (bootstrap fails and causes build to fail).
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05b78374c4d5..03ed465e52b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ build() {
pwd
ls -al
cd "$_name"
- ./bootstrap.sh
./configure --prefix=/usr
make
}