Fix the breakage of /lib on amd64 caused by tar replacing the symlink with a dir.
[catalyst.git] / catalyst
index 9da14c076b00b080f10070b994d1fe3b7b6ffb8e..33e121fd115347720a05fb24d253cabe9d7b3798 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,9 +1,10 @@
 #!/usr/bin/python -OO
 
 # Maintained in full by:
+# Catalyst Team <catalyst@gentoo.org>
+# Release Engineering Team <releng@gentoo.org>
 # Andrew Gaffney <agaffney@gentoo.org>
 # Chris Gianelloni <wolf31o2@wolf31o2.org>
-# Release Engineering Team <releng@gentoo.org>
 # $Id$
 
 import os, sys, imp, string, getopt
@@ -17,8 +18,8 @@ sys.path.append(__selfpath__ + "/modules")
 import catalyst.config
 import catalyst.util
 
-__maintainer__="Chris Gianelloni <releng@gentoo.org>"
-__version__="2.0.9"
+__maintainer__="Catalyst <catalyst@gentoo.org>"
+__version__="2.0.11"
 
 conf_values={}
 
@@ -52,7 +53,7 @@ def usage():
 def version():
        print "Catalyst, version "+__version__
        print "Copyright 2003-2008 Gentoo Foundation"
-       print "Copyright 2008-2011 various authors"
+       print "Copyright 2008-2012 various authors"
        print "Distributed under the GNU General Public License version 2.1\n"
 
 def parse_config(myconfig):