summaryrefslogtreecommitdiff
path: root/debian/patches/fix-prefix-variable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix-prefix-variable.patch')
-rw-r--r--debian/patches/fix-prefix-variable.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/fix-prefix-variable.patch b/debian/patches/fix-prefix-variable.patch
deleted file mode 100644
index f4cdf28..0000000
--- a/debian/patches/fix-prefix-variable.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: rename prefix variable to lower case
- This changes the name of the prefix variable to be more compliant
- with standard configure scripts.
- .
- tcpproxy (1.1-2) unstable; urgency=low
- .
- * updated Debian packaging (debhelper 9)
- * Bump standards version
-Author: Christian Pointner <equinox@spreadspace.org>
-
---- tcpproxy-1.1.orig/src/configure
-+++ tcpproxy-1.1/src/configure
-@@ -158,7 +158,7 @@ STRIP := strip
- INSTALL := install
- RAGEL := ragel
-
--PREFIX := '$PREFIX'
-+prefix := '$PREFIX'
- BINDIR := '$BINDIR'
- ETCDIR := '$ETCDIR'
- EOF