[svn-commits] qwell: trunk r540 - in /trunk: ./ Makefile.moddir_rules

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 3 11:03:26 CST 2008


Author: qwell
Date: Mon Mar  3 11:03:25 2008
New Revision: 540

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=540
Log:
Merged revisions 539 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-addons/branches/1.4

........
r539 | qwell | 2008-03-03 11:01:57 -0600 (Mon, 03 Mar 2008) | 5 lines

Make sure to create the modules directory.
In some cases, it's possible that this won't already exist.

Closes issue #12111.

........

Modified:
    trunk/   (props changed)
    trunk/Makefile.moddir_rules

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Mon Mar  3 11:03:25 2008
@@ -1,1 +1,1 @@
-/branches/1.4:1-299,308,310,317,319,329,342,348,358,380,382,387,389,398,405,410,414,417,423,428,466,472,475,479,485,490,502
+/branches/1.4:1-299,308,310,317,319,329,342,348,358,380,382,387,389,398,405,410,414,417,423,428,466,472,475,479,485,490,502,539

Modified: trunk/Makefile.moddir_rules
URL: http://svn.digium.com/view/asterisk-addons/trunk/Makefile.moddir_rules?view=diff&rev=540&r1=539&r2=540
==============================================================================
--- trunk/Makefile.moddir_rules (original)
+++ trunk/Makefile.moddir_rules Mon Mar  3 11:03:25 2008
@@ -123,6 +123,7 @@
 
 install:: all
 	@echo "Installing modules from `basename $(CURDIR)`..."
+	@$(INSTALL) -d $(DESTDIR)$(MODULES_DIR)
 	@for x in $(LOADABLE_MODS:%=%.so); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
 
 uninstall::




More information about the svn-commits mailing list