diff options
Diffstat (limited to 'sys-devel/automake/automake-1.7.9-r3.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.7.9-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-1.7.9-r3.ebuild b/sys-devel/automake/automake-1.7.9-r3.ebuild index cbb9c79f8802..850938f15078 100644 --- a/sys-devel/automake/automake-1.7.9-r3.ebuild +++ b/sys-devel/automake/automake-1.7.9-r3.ebuild @@ -36,7 +36,7 @@ src_prepare() { # slot the info pages. do this w/out munging the source so we don't have # to depend on texinfo to regen things. #464146 (among others) slot_info_pages() { - pushd "${D}"/usr/share/info >/dev/null + pushd "${ED}"/usr/share/info >/dev/null rm -f dir # Rewrite all the references to other pages. @@ -65,7 +65,7 @@ slot_info_pages() { src_install() { default slot_info_pages - rm -f "${D}"/usr/bin/{aclocal,automake} + rm -f "${ED}"/usr/bin/{aclocal,automake} # remove all config.guess and config.sub files replacing them # w/a symlink to a specific gnuconfig version |