dev-tcltk/tkimg: fix symlinks
authorTupone Alfredo <tupone@gentoo.org>
Sat, 28 Dec 2019 19:37:23 +0000 (20:37 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Sat, 28 Dec 2019 19:37:23 +0000 (20:37 +0100)
Closes: https://bugs.gentoo.org/704052
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
dev-tcltk/tkimg/tkimg-1.4.7.ebuild
dev-tcltk/tkimg/tkimg-1.4.9.ebuild

index 7b359e02e9fb69754b2c0895fc6a19b7e7f04943..77643a72c84442a5044663f709335d42fdcfd1ce 100644 (file)
@@ -75,7 +75,7 @@ src_install() {
        # Make library links
        for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do
                bl=$(basename $l)
-               dosym Img1.4/${bl} /usr/$(get_libdir)/${bl}
+               dosym Img${PV}/${bl} /usr/$(get_libdir)/${bl}
        done
 
        dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE
index e4eace19f9a3ce78218c453463c875cc809f197b..d2c7d256208b089f3cf011db5fd8a3e5823d6945 100644 (file)
@@ -88,7 +88,7 @@ src_install() {
        # Make library links
        for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do
                bl=$(basename $l)
-               dosym Img1.4/${bl} /usr/$(get_libdir)/${bl}
+               dosym Img${PV}/${bl} /usr/$(get_libdir)/${bl}
        done
 
        dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE