[Asterisk-cvs] asterisk Makefile,1.106,1.107
markster at lists.digium.com
markster at lists.digium.com
Fri Aug 6 23:15:53 CDT 2004
Update of /usr/cvsroot/asterisk
In directory localhost.localdomain:/tmp/cvs-serv28633
Modified Files:
Makefile
Log Message:
Don't install mpg123 unless it was built
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Makefile 7 Aug 2004 02:57:28 -0000 1.106
+++ Makefile 7 Aug 2004 03:01:52 -0000 1.107
@@ -387,7 +387,7 @@
fi
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/vm . )
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/voicemail . )
- if [ -d mpg123-0.59r ]; then make -C mpg123-0.59r install; fi
+ if [ -f mpg123-0.59r/mpg123 ]; then make -C mpg123-0.59r install; fi
@echo " +---- Asterisk Installation Complete -------+"
@echo " + +"
@echo " + YOU MUST READ THE SECURITY DOCUMENT +"
More information about the svn-commits
mailing list