diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-18 20:37:12 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-24 00:53:57 +0200 |
commit | 16e90b2c58635620c42f0f21c66c9085abd4b43f (patch) | |
tree | fe265f2524b7a77b507164819ced24ccffffff77 /testing/wmutils | |
parent | 207ad2f70ed3968c8385ccefaf838ded326e729b (diff) | |
download | aports-16e90b2c58635620c42f0f21c66c9085abd4b43f.tar.bz2 aports-16e90b2c58635620c42f0f21c66c9085abd4b43f.tar.xz |
testing/wmutils: modernize
Closes: GH-7935
Diffstat (limited to 'testing/wmutils')
-rw-r--r-- | testing/wmutils/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/wmutils/APKBUILD b/testing/wmutils/APKBUILD index e1ae9e39ca..a47f5b20ad 100644 --- a/testing/wmutils/APKBUILD +++ b/testing/wmutils/APKBUILD @@ -12,12 +12,10 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/wmutils/core/archive/v${pkgv builddir="$srcdir/core-${pkgver}" build() { - cd "$builddir" make } package() { - cd "$builddir" make DESTDIR="$pkgdir" PREFIX=/usr MANPREFIX=/usr/share/man install } |