dev-lang/parrot: Use relative paths for ops2c symlink
authorKent Fredric <kentnl@gentoo.org>
Wed, 7 Aug 2019 13:46:32 +0000 (01:46 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 7 Aug 2019 17:46:16 +0000 (05:46 +1200)
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-lang/parrot/parrot-7.1.0-r1.ebuild
dev-lang/parrot/parrot-7.11.0-r1.ebuild
dev-lang/parrot/parrot-7.5.0-r1.ebuild
dev-lang/parrot/parrot-8.1.0-r1.ebuild

index e6a5cc6a3e3dc56d3d5c9a83ec99f55d684928ca..3ba3c774a34c1e859ceac25d62fbd667cb2dd7f6 100644 (file)
@@ -68,7 +68,7 @@ src_test() {
 src_install() {
        emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
        dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO || die
-       dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+       dosym parrot-ops2c /usr/bin/ops2c || die
        if use examples; then
                insinto "/usr/share/doc/${PF}/examples"
                doins -r examples/* || die
index 17a2bdbe85bfa0785dd4a3e2e931e715bb4c9956..ecedd1c6ff5f4454594611bb6b8f71065d540f76 100644 (file)
@@ -68,7 +68,7 @@ src_test() {
 src_install() {
        emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
        dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO || die
-       dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+       dosym parrot-ops2c /usr/bin/ops2c || die
        if use examples; then
                insinto "/usr/share/doc/${PF}/examples"
                doins -r examples/* || die
index 17a2bdbe85bfa0785dd4a3e2e931e715bb4c9956..ecedd1c6ff5f4454594611bb6b8f71065d540f76 100644 (file)
@@ -68,7 +68,7 @@ src_test() {
 src_install() {
        emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
        dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO || die
-       dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+       dosym parrot-ops2c /usr/bin/ops2c || die
        if use examples; then
                insinto "/usr/share/doc/${PF}/examples"
                doins -r examples/* || die
index c723b916dac076f6d41a2c04c32ecfdaa99f5824..271931b3b1af60591896250f60de9d545d6a8e0b 100644 (file)
@@ -69,7 +69,7 @@ src_test() {
 src_install() {
        emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die
        dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO || die
-       dosym /usr/bin/parrot-ops2c /usr/bin/ops2c || die
+       dosym parrot-ops2c /usr/bin/ops2c || die
        if use examples; then
                insinto "/usr/share/doc/${PF}/examples"
                doins -r examples/* || die