summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/prepallinfo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/prepallinfo')
-rwxr-xr-xbin/ebuild-helpers/prepallinfo6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/ebuild-helpers/prepallinfo b/bin/ebuild-helpers/prepallinfo
index 0d978034b..e351f878b 100755
--- a/bin/ebuild-helpers/prepallinfo
+++ b/bin/ebuild-helpers/prepallinfo
@@ -1,9 +1,11 @@
#!/bin/bash
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
-[[ ! -d ${D}usr/share/info ]] && exit 0
+case "$EAPI" in 0|1|2) ED=${D} ;; esac
+
+[[ -d ${ED}usr/share/info ]] || exit 0
exec prepinfo