commit: ccd374875e0d8d880b2db3254ab79af722808ca3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 00:14:07 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 00:14:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd37487
net-firewall/pglinux: Fix UnnecessarySlashStrip
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild
b/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild
index 615e1a8fc7a..89228dc6173 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
}