diff options
| author | karltk <karltk@gentoo.org> | 2003-05-03 11:58:23 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2003-05-03 11:58:23 +0000 |
| commit | 9928f915856124ce6f93ce784023649339c3feae (patch) | |
| tree | 5e07fa1c62218ecb2fa2303d05ad5ddc47d7ac43 /trunk/src | |
| parent | 033d16f783d6406949716424a38bed64bc85957b (diff) | |
| download | gentoolkit-9928f915856124ce6f93ce784023649339c3feae.tar.gz | |
Fixed as per #17057
svn path=/; revision=23
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/pkg-clean/pkg-clean | 2 |
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: |
