diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-01 11:09:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-01 11:09:35 +0000 |
commit | 1497b300a1f5f7c6745eddc6eab3b6972f2d9494 (patch) | |
tree | 04b769a218d1f3481d8f8481a05cb706ee487807 | |
parent | fc01641159f2db1d5cfa466fa31c4ca7dc48d0d9 (diff) | |
download | portage-1497b300a1f5f7c6745eddc6eab3b6972f2d9494.tar.gz portage-1497b300a1f5f7c6745eddc6eab3b6972f2d9494.tar.bz2 portage-1497b300a1f5f7c6745eddc6eab3b6972f2d9494.zip |
export STRIP_MASK automatically
svn path=/main/trunk/; revision=12374
-rwxr-xr-x | bin/misc-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index e20626522..6d96f681a 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -44,6 +44,7 @@ install_symlink_html_docs() { install_qa_check() { cd "${D}" || die "cd failed" + export STRIP_MASK prepall ecompressdir --dequeue ecompress --dequeue |