From 9928f915856124ce6f93ce784023649339c3feae Mon Sep 17 00:00:00 2001 From: karltk Date: Sat, 3 May 2003 11:58:23 +0000 Subject: [PATCH] Fixed as per #17057 svn path=/; revision=23 --- trunk/src/pkg-clean/pkg-clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.26.2