summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:52:29 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:52:29 +0100
commit848afca0aa06fabdaf6c84e54df8fc74e7f4e084 (patch)
tree41b12385c9158b47ae158b3b78ec41ff0f53a766 /sys-apps
parentsys-apps/iproute2: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-848afca0aa06fabdaf6c84e54df8fc74e7f4e084.tar.gz
gentoo-848afca0aa06fabdaf6c84e54df8fc74e7f4e084.tar.bz2
gentoo-848afca0aa06fabdaf6c84e54df8fc74e7f4e084.zip
sys-apps/miscfiles: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/miscfiles/miscfiles-1.5-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/miscfiles/miscfiles-1.5-r3.ebuild b/sys-apps/miscfiles/miscfiles-1.5-r3.ebuild
index 8a94a6506a5c..4a787aecfb0d 100644
--- a/sys-apps/miscfiles/miscfiles-1.5-r3.ebuild
+++ b/sys-apps/miscfiles/miscfiles-1.5-r3.ebuild
@@ -26,7 +26,7 @@ src_prepare() {
}
src_configure() {
- econf --datadir="${EPREFIX%/}"/usr/share/misc
+ econf --datadir="${EPREFIX}"/usr/share/misc
}
src_install() {
@@ -57,7 +57,7 @@ src_install() {
pkg_postinst() {
if [[ ${ROOT} == "/" ]] && type -P create-cracklib-dict >/dev/null ; then
ebegin "Regenerating cracklib dictionary"
- create-cracklib-dict "${EPREFIX%/}"/usr/share/dict/* > /dev/null
+ create-cracklib-dict "${EPREFIX}"/usr/share/dict/* > /dev/null
eend $?
fi