patches/librsvg-01-python.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 19985 62e3256a8655
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18269
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- librsvg-2.26.3/rsvg.in-orig	2010-07-21 21:51:14.054571104 -0500
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ librsvg-2.26.3/rsvg.in	2010-07-21 21:51:20.927630055 -0500
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -1,4 +1,4 @@
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
-#!/usr/bin/env python
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
+#!/usr/bin/python2.6
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
 #
5218a1567988 2010-07-22 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
 # This python script subsumes the old 'rsvg' C-based command-line program.