Skip to content

Commit

Permalink
testing/wmutils: modernize
Browse files Browse the repository at this point in the history
Closes: GH-7935
  • Loading branch information
maxice8 authored and TBK committed May 23, 2019
1 parent 207ad2f commit 16e90b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/wmutils/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 16e90b2

Please sign in to comment.