mail-client/freelook-bin: fix repoman QA (absolute symlink)
This commit is contained in:
parent
43ed3162b7
commit
ff69bf1143
@ -45,7 +45,7 @@ src_unpack() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
mv * "${D}" || die
|
mv * "${D}" || die
|
||||||
rm -rd "${D}/usr/share/doc"
|
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() {
|
pkg_postinst() {
|
||||||
|
Loading…
Reference in New Issue
Block a user