From a6d21ce34df64c4e8cf33ebf5b4dfa727b71752c Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 18 May 2019 20:34:59 -0300 Subject: testing/slop: modernize Closes: GH-7935 --- testing/slop/APKBUILD | 3 --- 1 file changed, 3 deletions(-) (limited to 'testing') diff --git a/testing/slop/APKBUILD b/testing/slop/APKBUILD index 115d0f02a6..9dcaf50ce1 100644 --- a/testing/slop/APKBUILD +++ b/testing/slop/APKBUILD @@ -15,10 +15,8 @@ makedepends=" libxrender-dev" subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/naelstrof/slop/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 @@ -33,7 +31,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3