diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-08 01:14:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-08 01:14:07 +0100 |
commit | ccd374875e0d8d880b2db3254ab79af722808ca3 (patch) | |
tree | 06aa3a26cd4141fb726116b4b6adb92fc81f3dfe /net-firewall | |
parent | kde-apps/spectacle: Add IUSE="+annotate" (diff) | |
download | gentoo-ccd374875e0d8d880b2db3254ab79af722808ca3.tar.gz gentoo-ccd374875e0d8d880b2db3254ab79af722808ca3.tar.bz2 gentoo-ccd374875e0d8d880b2db3254ab79af722808ca3.zip |
net-firewall/pglinux: Fix UnnecessarySlashStrip
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild b/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild index 615e1a8fc7a9..89228dc61731 100644 --- a/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild +++ b/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild @@ -96,7 +96,7 @@ src_configure() { src_install() { default keepdir /var/{lib,log,spool}/pgl - rm -rf "${ED%/}"/tmp || die + rm -rf "${ED}"/tmp || die find "${ED}" -name '*.la' -delete || die } |