Skip to content

Commit

Permalink
dev-scheme/guile: always use mv (non ebuild helpers) with ED.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
heroxbd committed Aug 25, 2016
1 parent 510861d commit f14d948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-scheme/guile/guile-2.0.12-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ src_install() {
# From Novell
# https://bugzilla.novell.com/show_bug.cgi?id=874028#c0
dodir /usr/share/gdb/auto-load/$(get_libdir)
mv "${D}"/usr/$(get_libdir)/libguile-*-gdb.scm "${D}"/usr/share/gdb/auto-load/$(get_libdir) || die
mv "${ED}"/usr/$(get_libdir)/libguile-*-gdb.scm "${ED}"/usr/share/gdb/auto-load/$(get_libdir) || die

# texmacs needs this, closing bug #23493
dodir /etc/env.d
Expand Down

0 comments on commit f14d948

Please sign in to comment.