[arch-commits] Commit in upower/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Aug 28 13:21:34 UTC 2018
Date: Tuesday, August 28, 2018 @ 13:21:34
Author: heftig
Revision: 333054
Use prepare
Modified:
upower/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-28 08:44:12 UTC (rev 333053)
+++ PKGBUILD 2018-08-28 13:21:34 UTC (rev 333054)
@@ -20,11 +20,13 @@
git describe --tags | sed -e 's/UPOWER_//' -e 's/_/\./g' -e 's/-/+/g'
}
-build() {
+prepare() {
cd $pkgname
-
NOCONFIGURE=1 ./autogen.sh
+}
+build() {
+ cd $pkgname
./configure \
--prefix=/usr \
--sysconfdir=/etc \
More information about the arch-commits
mailing list