sys-block/systemd-swap: fix sandbox violation

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson 2020-12-23 23:26:06 +13:00
parent 8bfc9b6ee4
commit 2f0b38c210
No known key found for this signature in database
GPG Key ID: 37F2927B4BF59E2D

View File

@ -22,6 +22,6 @@ SLOT="0"
CONFIG_CHECK="~ZRAM ~ZSWAP"
src_install() {
default
emake PREFIX="${ED}" install
keepdir /var/lib/systemd-swap
}