[asterisk-commits] murf: branch 1.2 r42150 - /branches/1.2/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Sep 6 13:09:10 MST 2006
Author: murf
Date: Wed Sep 6 15:09:10 2006
New Revision: 42150
URL: http://svn.digium.com/view/asterisk?rev=42150&view=rev
Log:
added hours,minutes,seconds .gsm files to the install portion of the makefile, as per bug 7545
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/Makefile?rev=42150&r1=42149&r2=42150&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Wed Sep 6 15:09:10 2006
@@ -589,7 +589,7 @@
exit 1; \
fi; \
done
- for x in sounds/demo-* sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-* sounds/queue-* sounds/spy-* sounds/priv-* sounds/screen-* sounds/hello-*; do \
+ for x in sounds/demo-* sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-* sounds/queue-* sounds/spy-* sounds/priv-* sounds/screen-* sounds/hello-* sounds/hours* sounds/minute* sounds/second* ; do \
if $(GREP) -q "^%`basename $$x`%" sounds.txt; then \
$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
else \
More information about the asterisk-commits
mailing list