summaryrefslogtreecommitdiff
path: root/package/asterisk/patches/patch-Makefile_moddir_rules
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:13:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:13:34 +0100
commit7f4405ca8c806bd9a393dd74f1266a8996c6700c (patch)
tree4309970089562c7fb4181be43614f0b43412a72e /package/asterisk/patches/patch-Makefile_moddir_rules
parent05fa7686a51fd96e0de1e7be5a8e995c857d9883 (diff)
update to latest upstream version
Diffstat (limited to 'package/asterisk/patches/patch-Makefile_moddir_rules')
-rw-r--r--package/asterisk/patches/patch-Makefile_moddir_rules11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/asterisk/patches/patch-Makefile_moddir_rules b/package/asterisk/patches/patch-Makefile_moddir_rules
deleted file mode 100644
index ad6ef82b7..000000000
--- a/package/asterisk/patches/patch-Makefile_moddir_rules
+++ /dev/null
@@ -1,11 +0,0 @@
---- asterisk-1.6.2.10.orig/Makefile.moddir_rules 2009-07-21 15:56:35.000000000 +0200
-+++ asterisk-1.6.2.10/Makefile.moddir_rules 2010-07-26 18:53:03.000000000 +0200
-@@ -117,7 +117,7 @@ clean::
-
- install:: all
- @echo "Installing modules from `basename $(CURDIR)`..."
-- @for x in $(LOADABLE_MODS:%=%.so); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
-+ for x in $(LOADABLE_MODS:%=%.so); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
-
- uninstall::
-