Author: patrys Date: Fri Aug 29 11:49:40 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - we don't have python2
---- Files affected: SOURCES: firstboot-python.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/firstboot-python.patch diff -u /dev/null SOURCES/firstboot-python.patch:1.1 --- /dev/null Fri Aug 29 13:49:41 2008 +++ SOURCES/firstboot-python.patch Fri Aug 29 13:49:35 2008 @@ -0,0 +1,24 @@ +--- firstboot-1.99/firstboot/config.py~ 2008-07-31 21:45:38.000000000 +0200 ++++ firstboot-1.99/firstboot/config.py 2008-08-29 13:41:24.350173838 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python2 ++#!/usr/bin/python + # + # Chris Lumens <[EMAIL PROTECTED]> + # +--- firstboot-1.99/progs/firstboot~ 2008-07-31 21:45:38.000000000 +0200 ++++ firstboot-1.99/progs/firstboot 2008-08-29 13:41:51.218156639 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python2 ++#!/usr/bin/python + # + # Chris Lumens <[EMAIL PROTECTED]> + # +--- firstboot-1.99/setup.py~ 2008-07-31 21:45:38.000000000 +0200 ++++ firstboot-1.99/setup.py 2008-08-29 13:42:17.960410892 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python2 ++#!/usr/bin/python + + from distutils.core import setup + from glob import * ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
