From: karltk Date: Sat, 3 May 2003 11:58:23 +0000 (-0000) Subject: Fixed as per #17057 X-Git-Tag: gentoolkit-0.2.4.3~479 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9928f915856124ce6f93ce784023649339c3feae;p=gentoolkit.git Fixed as per #17057 svn path=/; revision=23 --- 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: