From 6619fac664fc1828a65db3d0b0fd9ff183b1f316 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 2 Jan 2021 00:49:28 +0000 Subject: net-im/toxic: fix unquoted ${ED} Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- net-im/toxic/toxic-0.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im/toxic') diff --git a/net-im/toxic/toxic-0.10.0-r1.ebuild b/net-im/toxic/toxic-0.10.0-r1.ebuild index d8edefaf923a..904924719e8f 100644 --- a/net-im/toxic/toxic-0.10.0-r1.ebuild +++ b/net-im/toxic/toxic-0.10.0-r1.ebuild @@ -102,6 +102,6 @@ src_configure() { src_install() { default if ! use audio-notify; then - rm -r ${ED}/usr/share/${PN}/sounds || die "Could not remove sounds directory" + rm -r "${ED}"/usr/share/${PN}/sounds || die "Could not remove sounds directory" fi } -- cgit v1.2.3-18-g5258