aboutsummaryrefslogtreecommitdiffstats
path: root/testing/maim
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-18 20:35:12 -0300
committerTBK <tbk@jjtc.eu>2019-05-24 00:53:57 +0200
commit2edaf9014a5d890e3f7bef0ec5bcc90958f87a54 (patch)
tree305eb4b47bb20362d7976ba3f9caa695f301dfc9 /testing/maim
parenta6d21ce34df64c4e8cf33ebf5b4dfa727b71752c (diff)
downloadaports-2edaf9014a5d890e3f7bef0ec5bcc90958f87a54.tar.bz2
aports-2edaf9014a5d890e3f7bef0ec5bcc90958f87a54.tar.xz
testing/maim: modernize
Closes: GH-7935
Diffstat (limited to 'testing/maim')
-rw-r--r--testing/maim/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/maim/APKBUILD b/testing/maim/APKBUILD
index bfb56f96da..a214e1d35a 100644
--- a/testing/maim/APKBUILD
+++ b/testing/maim/APKBUILD
@@ -19,10 +19,8 @@ makedepends="
slop-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/naelstrof/maim/archive/v${pkgver}.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
@@ -37,7 +35,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}