aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-27 05:45:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-29 15:55:31 +0000
commit336c8052229256f2514f0a7de8504a07398ef24b (patch)
treee842d43563a0b60ff863a25870a7d5a0b126650b
parent7453fb90a39e6cfc2dc52b0ccf9c5c3389ac5d26 (diff)
community/upower: move from main
-rw-r--r--community/upower/APKBUILD (renamed from main/upower/APKBUILD)3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/upower/APKBUILD b/community/upower/APKBUILD
index 2752a3610eb..0cfc52df74c 100644
--- a/main/upower/APKBUILD
+++ b/community/upower/APKBUILD
@@ -21,7 +21,6 @@ prepare() {
}
build() {
- cd "$builddir"
DATADIRNAME=share ./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -35,12 +34,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}