mail-client/freelook-bin: fix repoman QA (absolute symlink)

This commit is contained in:
XGQT 2020-03-02 10:11:25 +01:00
parent 43ed3162b7
commit ff69bf1143
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}" "/usr/bin/${MY_PN}"
dosym "../../opt/Freelook/${MY_PN}" "${EROOT}usr/bin/${MY_PN}"
}
pkg_postinst() {