summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-02-21 08:17:09 -0800
committerZac Medico <zmedico@gentoo.org>2011-02-21 08:17:09 -0800
commit6b8945dda699ab81334b38790b6a046852de3184 (patch)
treefc1f1fca6314d29e493fb229dd4a949bf9bf8d6f /bin/ebuild.sh
parente3648874003524630b7506fa87fedceb7a0315d4 (diff)
downloadportage-6b8945dda699ab81334b38790b6a046852de3184.tar.gz
portage-6b8945dda699ab81334b38790b6a046852de3184.tar.bz2
portage-6b8945dda699ab81334b38790b6a046852de3184.zip
ebuild.sh: remove unused PWORKDIR variable
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 1764da1ff..59bf46e91 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1152,9 +1152,6 @@ dyn_install() {
#our custom version of libtool uses $S and $D to fix
#invalid paths in .la files
export S D
- #some packages uses an alternative to $S to build in, cause
- #our libtool to create problematic .la files
- export PWORKDIR="$WORKDIR"
# Reset exeinto(), docinto(), insinto(), and into() state variables
# in case the user is running the install phase multiple times
@@ -2244,9 +2241,6 @@ ebuild_main() {
#our custom version of libtool uses $S and $D to fix
#invalid paths in .la files
export S D
- #some packages use an alternative to $S to build in, cause
- #our libtool to create problematic .la files
- export PWORKDIR=$WORKDIR
;;
esac