diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 04:06:05 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 04:16:51 +0100 |
| commit | e101df59cf21f99f14eb09c408e84f8b0c0d083d (patch) | |
| tree | 78acc0aa810596be702326053cb4b6055cc31cb3 /testing | |
| parent | a9e65d252c04a907c0bc176c259e6f8cfd526cdd (diff) | |
| download | aports-e101df59cf21f99f14eb09c408e84f8b0c0d083d.tar.bz2 aports-e101df59cf21f99f14eb09c408e84f8b0c0d083d.tar.xz | |
testing/phoronix-test-suite: remove systemd service
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/phoronix-test-suite/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/phoronix-test-suite/APKBUILD b/testing/phoronix-test-suite/APKBUILD index 81bf6d16dc..5d105dd5c6 100644 --- a/testing/phoronix-test-suite/APKBUILD +++ b/testing/phoronix-test-suite/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Lucas Ramage <ramage.lucas@protonmail.com> pkgname=phoronix-test-suite pkgver=9.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="The most comprehensive testing and benchmarking platform available for Linux" url="https://www.phoronix-test-suite.com" arch="noarch" @@ -15,6 +15,7 @@ options="!check" # no tests package() { DESTDIR="$pkgdir" ./install-sh + rm -rf "$pkgdir"/usr/lib/systemd } sha512sums="7584f85fb57ca64128d6342c42244fe2498eec51e378bf4265f447b178d24dcde5855b644faa5937953ee262657e24dd5bb689a95e5843c184b205986e29ebce phoronix-test-suite-9.0.1.tar.gz" |
