aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 19:56:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:34:49 -0300
commit3fe27fa50dbc1dcf52810fe8a41067312d57594d (patch)
treec09a2dbf5e376c6e318173a4b215a76993b279e6
parent04106255e360a53d29db293dc900d0a8bf53efa0 (diff)
downloadaports-3fe27fa50dbc1dcf52810fe8a41067312d57594d.tar.bz2
aports-3fe27fa50dbc1dcf52810fe8a41067312d57594d.tar.xz
community/lxpolkit: modernize
-rw-r--r--community/lxpolkit/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/lxpolkit/APKBUILD b/community/lxpolkit/APKBUILD
index aa4c58491b..7d77604892 100644
--- a/community/lxpolkit/APKBUILD
+++ b/community/lxpolkit/APKBUILD
@@ -12,7 +12,6 @@ subpackages="$pkgname-lang"
source="https://downloads.sourceforge.net/lxde/lxpolkit-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,7 +24,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" INSTALL="install -p" install
}