Author: sayer Date: 2008-05-16 13:25:45 +0200 (Fri, 16 May 2008) New Revision: 977
Modified: branches/1.0.0/apps/msg_storage/Makefile Log: creating storage directory (backport) Modified: branches/1.0.0/apps/msg_storage/Makefile =================================================================== --- branches/1.0.0/apps/msg_storage/Makefile 2008-05-16 11:24:29 UTC (rev 976) +++ branches/1.0.0/apps/msg_storage/Makefile 2008-05-16 11:25:45 UTC (rev 977) @@ -3,5 +3,10 @@ module_ldflags = module_cflags = -DMOD_NAME=\"$(plug_in_name)\" +extra_install = spooldir + COREPATH ?=../../core include $(COREPATH)/plug-in/Makefile.app_module + +spooldir: + mkdir -p $(DESTDIR)/var/spool/voicebox _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
