sys-fs/mtools: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:52:41 +0000 (17:52 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:52:41 +0000 (17:52 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
sys-fs/mtools/mtools-4.0.22.ebuild
sys-fs/mtools/mtools-4.0.23.ebuild

index 651e08e2c9625a0f6ca0fdd82e23e5917bd5e1da..42ad7d717b9072eb0f94ea2a401ed7a013f41b8f 100644 (file)
@@ -36,7 +36,7 @@ src_configure() {
        # 447688
        use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
        local myeconfargs=(
-               --sysconfdir="${EPREFIX%/}"/etc/mtools
+               --sysconfdir="${EPREFIX}"/etc/mtools
                $(use_with X x)
        )
        econf "${myeconfargs[@]}"
index 651e08e2c9625a0f6ca0fdd82e23e5917bd5e1da..42ad7d717b9072eb0f94ea2a401ed7a013f41b8f 100644 (file)
@@ -36,7 +36,7 @@ src_configure() {
        # 447688
        use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
        local myeconfargs=(
-               --sysconfdir="${EPREFIX%/}"/etc/mtools
+               --sysconfdir="${EPREFIX}"/etc/mtools
                $(use_with X x)
        )
        econf "${myeconfargs[@]}"