summaryrefslogtreecommitdiff
path: root/bin/eclean
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-05-06 20:47:10 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-05-06 20:47:10 +0000
commitdd11900a63d0d4b7975efb6dc59e046c932f3d65 (patch)
tree352a17c3da43929d58f33087ad1ffcaea3211690 /bin/eclean
parent1f6805e67fcb477b9757dc4fef891f10efcba341 (diff)
downloadgentoolkit-dd11900a63d0d4b7975efb6dc59e046c932f3d65.tar.gz
Revert EPREFIX patch commited in rev 610
svn path=/trunk/gentoolkit/; revision=614
Diffstat (limited to 'bin/eclean')
-rw-r--r--bin/eclean2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/eclean b/bin/eclean
index a004388..5497cf3 100644
--- a/bin/eclean
+++ b/bin/eclean
@@ -802,8 +802,6 @@ def main():
# parse the exclusion file
if not 'exclude-file' in myoptions:
my_exclude_file = "/etc/%s/%s.exclude" % (__productname__ , myaction)
- if 'EPREFIX' in os.environ:
- my_exclude_file = os.environ['EPREFIX'] + my_exclude_file
if os.path.isfile(my_exclude_file):
myoptions['exclude-file'] = my_exclude_file
if 'exclude-file' in myoptions: