summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneil2ball2021-02-13 19:41:13 -0500
committerneil2ball2021-02-13 19:41:13 -0500
commit6dfaf8427843da9306311840ff99b4e2159cf5e2 (patch)
tree52fb1e6a6a839aa92a6e5477e362d462c4c647e1 /PKGBUILD
parentc2b2e5a2eabcc1c0ea8e19348b5bb03143557370 (diff)
downloadaur-ofono-master.tar.gz
move autoupdate before bootstrap
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5074516444d2..fe0fd47651ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,8 +23,8 @@ sha256sums=(
build() {
cd "$srcdir/$pkgname"
- ./bootstrap
autoupdate
+ ./bootstrap
./configure \
--prefix=/usr \
--sysconfdir=/etc \