Skip to content

Commit

Permalink
dev-tcltk/tkimg: fix symlinks
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/704052
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Dec 28, 2019
1 parent 66bea22 commit 9d19aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-tcltk/tkimg/tkimg-1.4.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-tcltk/tkimg/tkimg-1.4.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d19aa3

Please sign in to comment.