diff options
Diffstat (limited to 'www/asterisk-gui/files/patch-tools-Makefile')
-rw-r--r-- | www/asterisk-gui/files/patch-tools-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/asterisk-gui/files/patch-tools-Makefile b/www/asterisk-gui/files/patch-tools-Makefile new file mode 100644 index 000000000000..ed025a978a53 --- /dev/null +++ b/www/asterisk-gui/files/patch-tools-Makefile @@ -0,0 +1,14 @@ +--- tools/Makefile.orig Wed May 9 21:32:43 2007 ++++ tools/Makefile Wed May 9 21:33:17 2007 +@@ -25,9 +25,9 @@ + ifeq ($(PBX_ZAPTEL),1) + mkdir -p $(ASTSBINDIR) + $(INSTALL) -m 755 zapscan.bin $(ASTSBINDIR) +- $(INSTALL) -m 755 zapscan.bin /sbin ++ $(INSTALL) -m 755 zapscan.bin $(ASTSBINDIR)/../sbin + $(INSTALL) -m 755 zapscan $(ASTSBINDIR) +- $(INSTALL) -m 755 zapscan /sbin ++ $(INSTALL) -m 755 zapscan $(ASTSBINDIR)/../sbin + endif + + clean: |