]> git.pld-linux.org Git - packages/firstboot.git/commitdiff
- we don't have python2
authorPatryk Zawadzki <patrys@room-303.com>
Fri, 29 Aug 2008 11:49:35 +0000 (11:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firstboot-python.patch -> 1.1

firstboot-python.patch [new file with mode: 0644]

diff --git a/firstboot-python.patch b/firstboot-python.patch
new file mode 100644 (file)
index 0000000..cd29020
--- /dev/null
@@ -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 <clumens@redhat.com>
+ #
+--- 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 <clumens@redhat.com>
+ #
+--- 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 *
This page took 0.069634 seconds and 4 git commands to generate.