summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-9999.ebuild
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-05-22 18:26:14 +0200
committerDavid Seifert <soap@gentoo.org>2023-05-22 18:26:14 +0200
commita2b773e09e3c5bde3deaafaed2fe248ebd350efb (patch)
treeb8f94ea64c427a40880af59b1ac3a07b974d20d8 /app-shells/bash/bash-9999.ebuild
parentccf5d04d5c778da1f6328562f1ff4d3aa55b1505 (diff)
downloadgentoo-a2b773e09e3c5bde3deaafaed2fe248ebd350efb.tar.gz
gentoo-a2b773e09e3c5bde3deaafaed2fe248ebd350efb.tar.bz2
gentoo-a2b773e09e3c5bde3deaafaed2fe248ebd350efb.zip
app-shells/bash: remove ${USERLAND}
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
-rw-r--r--app-shells/bash/bash-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index 7d9c7837f3c1..105e8c1c815e 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -290,7 +290,7 @@ src_install() {
done
local sed_args=(
- -e "s:#${USERLAND}#@::"
+ -e 's:#GNU#@::'
-e '/#@/d'
)