projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abba68b
)
remove code that is duplicated in prepstrip
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 23 Feb 2006 06:36:54 +0000
(06:36 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 23 Feb 2006 06:36:54 +0000
(06:36 -0000)
svn path=/main/trunk/; revision=2771
bin/prepallstrip
patch
|
blob
|
history
diff --git
a/bin/prepallstrip
b/bin/prepallstrip
index 19cdf9d21aaf512c53b40de0b011c4b0c3b99165..3a00a2acd20ee0ec22b6fe49764b45f34eab2ebb 100755
(executable)
--- a/
bin/prepallstrip
+++ b/
bin/prepallstrip
@@
-3,12
+3,4
@@
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/bin/prepallstrip,v 1.12 2004/10/04 13:56:50 vapier Exp $
-if [[ " ${FEATURES} " == *" nostrip "* ]] || \
- [[ " ${RESTRICT} " == *" nostrip "* ]] || \
- [[ " ${RESTRICT} " == *" strip "* ]]
-then
- exit 0
-fi
-
-echo "prepallstrip:"
exec prepstrip "${D}"