Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
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
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