From 0d1b85c2d7a6d9f95d9b693e0710c5cc49bbda9a Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 26 May 2008 10:19:30 +0000 Subject: [PATCH] Correct python interpreter path (#3477) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11269 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/rdiff-backup/patches/001-python_path.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utils/rdiff-backup/patches/001-python_path.patch 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 -- 2.11.0