summaryrefslogtreecommitdiff
path: root/trunk/src/pkg-clean
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/pkg-clean')
-rw-r--r--trunk/src/pkg-clean/pkg-clean8
1 files changed, 4 insertions, 4 deletions
diff --git a/trunk/src/pkg-clean/pkg-clean b/trunk/src/pkg-clean/pkg-clean
index 355c9f9..c18f1c9 100644
--- a/trunk/src/pkg-clean/pkg-clean
+++ b/trunk/src/pkg-clean/pkg-clean
@@ -1,7 +1,7 @@
#!/usr/bin/python
-# vim: set ts=4 sw=4:
-# Copyright 2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
# Author: Leo Lipelis <aeoo@gentoo.org>
# Author: Karl Trygve Kalleberg <karltk@gentoo.org>
@@ -92,7 +92,7 @@ for pkg_core in pkg_hash.keys():
if res == 0:
(status, unmerge_out) = commands.getstatusoutput(
- "ebuild unmerge %s" % (full_path))
+ "ebuild %s unmerge" % (full_path))
print unmerge_out
time.sleep(2)
if status != 0: