Correct python interpreter path (#3477)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 26 May 2008 10:19:30 +0000 (10:19 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 26 May 2008 10:19:30 +0000 (10:19 +0000)
SVN-Revision: 11269

utils/rdiff-backup/patches/001-python_path.patch [new file with mode: 0644]

diff --git a/utils/rdiff-backup/patches/001-python_path.patch b/utils/rdiff-backup/patches/001-python_path.patch
new file mode 100644 (file)
index 0000000..67dc277
--- /dev/null
@@ -0,0 +1,9 @@
+diff -urN rdiff-backup-1.0.4/rdiff-backup rdiff-backup-1.0.4.new/rdiff-backup
+--- rdiff-backup-1.0.4/rdiff-backup    2006-01-16 05:09:59.000000000 +0100
++++ rdiff-backup-1.0.4.new/rdiff-backup        2008-05-26 12:14:28.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ # rdiff-backup -- Mirror files while keeping incremental changes
+ # Version 1.0.4 released January 15, 2006
+ # Copyright (C) 2001-2005  Ben Escoto <rdiff-backup@emerose.org>