Fixed as per #17057
authorkarltk <karltk@gentoo.org>
Sat, 3 May 2003 11:58:23 +0000 (11:58 -0000)
committerkarltk <karltk@gentoo.org>
Sat, 3 May 2003 11:58:23 +0000 (11:58 -0000)
svn path=/; revision=23

trunk/src/pkg-clean/pkg-clean

index e311f43928bf4ab80ff512bfe211c651ee4c4f4e..355c9f9241b69513026665ac2bbfe47022da29ae 100644 (file)
@@ -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: