From: Florian Fainelli Date: Mon, 26 May 2008 10:19:30 +0000 (+0000) Subject: Correct python interpreter path (#3477) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=75e8d3767a94d1b6c6ecf60515bafee8766a2b5d;p=openwrt%2Fsvn-archive%2Fpackages.git Correct python interpreter path (#3477) SVN-Revision: 11269 --- diff --git a/utils/rdiff-backup/patches/001-python_path.patch b/utils/rdiff-backup/patches/001-python_path.patch new file mode 100644 index 000000000..67dc2771c --- /dev/null +++ b/utils/rdiff-backup/patches/001-python_path.patch @@ -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