summaryrefslogtreecommitdiff
path: root/debian/patches/01_chmod_executable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01_chmod_executable.patch')
-rw-r--r--debian/patches/01_chmod_executable.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/01_chmod_executable.patch b/debian/patches/01_chmod_executable.patch
index 5fedebe..86761bd 100644
--- a/debian/patches/01_chmod_executable.patch
+++ b/debian/patches/01_chmod_executable.patch
@@ -1,20 +1,6 @@
Description: This sets the correct permission
on console.tcl and qrouter.tcl
Author: Ruben Undheim <ruben.undheim@gmail.com>
---- qrouter-1.2.32.orig/Makefile
-+++ qrouter-1.2.32/Makefile
-@@ -94,9 +94,9 @@ install-tcl: qrouter.sh qrouter.tcl qrou
- $(INSTALL) qrouter.sh $(DESTDIR)${BININSTALL}/qrouter
- $(INSTALL) qrouter$(SHDLIB_EXT) $(DESTDIR)${LIBINSTALL}
- $(INSTALL) qrouterexec$(EXEEXT) $(DESTDIR)${LIBINSTALL}
-- $(INSTALL) console.tcl $(DESTDIR)${LIBINSTALL}
-+ $(INSTALL) -m 0644 console.tcl $(DESTDIR)${LIBINSTALL}
- $(INSTALL) tkcon.tcl $(DESTDIR)${LIBINSTALL}
-- $(INSTALL) qrouter.tcl $(DESTDIR)${LIBINSTALL}
-+ $(INSTALL) -m 0644 qrouter.tcl $(DESTDIR)${LIBINSTALL}
-
- uninstall:
- $(RM) $(DESTDIR)${BININSTALL}/qrouter
--- qrouter-1.2.32.orig/Makefile.in
+++ qrouter-1.2.32/Makefile.in
@@ -94,9 +94,9 @@ install-tcl: qrouter.sh qrouter.tcl qrou