sys-devel/automake: Fixed overzealous quoting
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 10 Dec 2019 14:27:55 +0000 (15:27 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 10 Dec 2019 14:28:09 +0000 (15:28 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-devel/automake/automake-1.16.1-r2.ebuild
sys-devel/automake/automake-9999.ebuild

index 75cccbd31b4173d0ea8c253a4cef5156d901a5cf..7ffb37a81f21960e84aa03b4b3bd896001a4e37f 100644 (file)
@@ -116,7 +116,7 @@ src_install() {
        done
 
        # Avoid QA message about pre-compressed file in docs
-       local tarfile=""${ED}"/usr/share/doc/${PF}/amhello-1.0.tar.gz"
+       local tarfile="${ED}/usr/share/doc/${PF}/amhello-1.0.tar.gz"
        if [[ -f "${tarfile}" ]] ; then
                gunzip "${tarfile}" || die
        fi
index aaaefaabe03c550c840798075617364c0909e064..fdfa761077f61b858d2c342a9112118f80f2671f 100644 (file)
@@ -112,7 +112,7 @@ src_install() {
        done
 
        # Avoid QA message about pre-compressed file in docs
-       local tarfile=""${ED}"/usr/share/doc/${PF}/amhello-1.0.tar.gz"
+       local tarfile="${ED}/usr/share/doc/${PF}/amhello-1.0.tar.gz"
        if [[ -f "${tarfile}" ]] ; then
                gunzip "${tarfile}" || die
        fi