summaryrefslogtreecommitdiff
path: root/package/asterisk/patches/patch-Makefile_moddir_rules
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:46:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:46:58 +0200
commitf03f1d5071caf61c33815b732cef46952324ce6e (patch)
tree8f520fa19ad6da4f651abe6f48ac86485691b54b /package/asterisk/patches/patch-Makefile_moddir_rules
parent60b165e59e044e595b59ec8b6f0ad1dc741ac26d (diff)
fix build on MacOS X, update while here
Diffstat (limited to 'package/asterisk/patches/patch-Makefile_moddir_rules')
-rw-r--r--package/asterisk/patches/patch-Makefile_moddir_rules11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/asterisk/patches/patch-Makefile_moddir_rules b/package/asterisk/patches/patch-Makefile_moddir_rules
new file mode 100644
index 000000000..ad6ef82b7
--- /dev/null
+++ b/package/asterisk/patches/patch-Makefile_moddir_rules
@@ -0,0 +1,11 @@
+--- 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::
+