summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/prepallstrip
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/prepallstrip')
-rwxr-xr-xbin/ebuild-helpers/prepallstrip3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ebuild-helpers/prepallstrip b/bin/ebuild-helpers/prepallstrip
index e9f5f8e3e..6032b48c9 100755
--- a/bin/ebuild-helpers/prepallstrip
+++ b/bin/ebuild-helpers/prepallstrip
@@ -2,6 +2,7 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-case "$EAPI" in 0|1|2) ED=${D} ;; esac
+[[ " ${USE} " == *" prefix "* ]] || \
+ case "$EAPI" in 0|1|2) ED=${D} ;; esac
exec prepstrip "${ED}"