summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-libs/fltk/fltk-1.4.4-r1.ebuild (renamed from x11-libs/fltk/fltk-1.4.4.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/fltk/fltk-1.4.4.ebuild b/x11-libs/fltk/fltk-1.4.4-r1.ebuild
index dfa3cd41b788..92919535fc95 100644
--- a/x11-libs/fltk/fltk-1.4.4.ebuild
+++ b/x11-libs/fltk/fltk-1.4.4-r1.ebuild
@@ -115,9 +115,9 @@ src_install() {
# currently no option to disable building static libs
use static-libs || rm -- "${ED}"/usr/$(get_libdir)/*.a || die
- # these are installed twice, overwrite the static fltk copy
- mv -- "${ED}"/usr/bin/fluid{-shared,} || die
- mv -- "${ED}"/usr/bin/fltk-options{-shared,} || die
+ # these are installed twice, symlink over the static fltk copy
+ dosym fluid-shared /usr/bin/fluid
+ dosym fltk-options-shared /usr/bin/fltk-options
strip-lto-bytecode
}