summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2003-05-03 11:58:23 +0000
committerkarltk <karltk@gentoo.org>2003-05-03 11:58:23 +0000
commit9928f915856124ce6f93ce784023649339c3feae (patch)
tree5e07fa1c62218ecb2fa2303d05ad5ddc47d7ac43 /trunk/src
parent033d16f783d6406949716424a38bed64bc85957b (diff)
downloadgentoolkit-9928f915856124ce6f93ce784023649339c3feae.tar.gz
Fixed as per #17057
svn path=/; revision=23
Diffstat (limited to 'trunk/src')
-rw-r--r--trunk/src/pkg-clean/pkg-clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/pkg-clean/pkg-clean b/trunk/src/pkg-clean/pkg-clean
index e311f43..355c9f9 100644
--- a/trunk/src/pkg-clean/pkg-clean
+++ b/trunk/src/pkg-clean/pkg-clean
@@ -92,7 +92,7 @@ for pkg_core in pkg_hash.keys():
if res == 0:
(status, unmerge_out) = commands.getstatusoutput(
- "ebuild %s unmerge" % (full_path))
+ "ebuild unmerge %s" % (full_path))
print unmerge_out
time.sleep(2)
if status != 0: