From 7ebb26b734f093f78865dbde9765024894341f70 Mon Sep 17 00:00:00 2001 From: kytv Date: Tue, 2 Jul 2013 18:38:35 +0000 Subject: [PATCH] refresh patch This change is required after de-parameterizing the i2prouter script. I hardcoded the file name because the $0 variable isn't expanded (because of single quotes). When using double-quotes (and escaping with back-slashes), the strings weren't translated. I've decided to de-parameterize until I figure out what the problem is. --- debian/patches/0001-path-substitution.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/0001-path-substitution.patch b/debian/patches/0001-path-substitution.patch index 3102fe055..9d3da448c 100644 --- a/debian/patches/0001-path-substitution.patch +++ b/debian/patches/0001-path-substitution.patch @@ -158,7 +158,7 @@ Debian wrapper.config to try to prevent confusion. exit 1 fi } -@@ -1858,24 +1806,9 @@ +@@ -1866,24 +1809,9 @@ status ;;