diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-07 00:06:19 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-07 01:42:35 +0100 |
| commit | a1fed9f39425804d3b3e5ce7163229780ed81648 (patch) | |
| tree | 6a8786c165ce4c17b3cf3b2e012eaffe13c30405 /testing/kea | |
| parent | d79fc5ddff3742bcc8e14bbcc3ed472ca80c32ca (diff) | |
| download | aports-a1fed9f39425804d3b3e5ce7163229780ed81648.tar.bz2 aports-a1fed9f39425804d3b3e5ce7163229780ed81648.tar.xz | |
testing/kea: fix rundir location and don't package it
Diffstat (limited to 'testing/kea')
| -rw-r--r-- | testing/kea/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/kea/APKBUILD b/testing/kea/APKBUILD index a85ea690f7..b6095bcb97 100644 --- a/testing/kea/APKBUILD +++ b/testing/kea/APKBUILD @@ -49,6 +49,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib \ + --runstatedir=/run \ --with-mysql \ --with-pgsql make @@ -63,6 +64,8 @@ check() { package() { make DESTDIR="$pkgdir" install + + rm -Rf "$pkgdir"/run } admin() { |
