summaryrefslogtreecommitdiff
path: root/trunk/src/pkg-clean
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2003-07-27 12:14:33 +0000
committerkarltk <karltk@gentoo.org>2003-07-27 12:14:33 +0000
commit69fe0b3c63d2a8cde4c9767c82f551f1ccbeca2b (patch)
tree03d69ccef51525610a5ed046af8dfacb87a618f7 /trunk/src/pkg-clean
parent4071f33e9b356f18e8c04c9234188ec6b83ef4fa (diff)
downloadgentoolkit-69fe0b3c63d2a8cde4c9767c82f551f1ccbeca2b.tar.gz
Preparing for Gentoolkit relaunch; added basic gentoolkit library.
svn path=/; revision=33
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: