projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac3bbd9
)
save_ebuild_env: EPREFIX has become a readonly variable now
author
Fabian Groffen
<grobian@gentoo.org>
Sat, 10 Dec 2011 13:14:09 +0000
(14:14 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Sat, 10 Dec 2011 13:14:09 +0000
(14:14 +0100)
bin/save-ebuild-env.sh
patch
|
blob
|
history
diff --git
a/bin/save-ebuild-env.sh
b/bin/save-ebuild-env.sh
index f76560046b301c8473f08156bdb8ff011314e97c..b3f7f7b51873ea050b04ff7ff6ca876b6d76be07 100644
(file)
--- a/
bin/save-ebuild-env.sh
+++ b/
bin/save-ebuild-env.sh
@@
-92,7
+92,7
@@
save_ebuild_env() {
unset DOC_SYMLINKS_DIR INSTALL_MASK PKG_INSTALL_MASK
# Prefix additions
- unset BPREFIX DEFAULT_PATH E
PREFIX E
XTRA_PATH PORTAGE_GROUP PORTAGE_USER
+ unset BPREFIX DEFAULT_PATH EXTRA_PATH PORTAGE_GROUP PORTAGE_USER
declare -p
declare -fp