mail-client/freelook-bin: fix QA - EROOT missing slash

This commit is contained in:
XGQT 2020-03-15 13:23:38 +01:00
parent 88763147ca
commit e0eeb5adc1
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ src_unpack() {
src_install() {
mv * "${D}" || die
rm -rd "${D}/usr/share/doc"
dosym "../../opt/Freelook/${MY_PN}" "${EROOT}usr/bin/${MY_PN}"
dosym "../../opt/Freelook/${MY_PN}" "${EROOT}/usr/bin/${MY_PN}"
}
pkg_postinst() {