[asterisk-commits] kpfleming: branch 1.2 r75257 - /branches/1.2/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 16 13:33:03 CDT 2007
Author: kpfleming
Date: Mon Jul 16 13:33:02 2007
New Revision: 75257
URL: http://svn.digium.com/view/asterisk?view=rev&rev=75257
Log:
install the LICENSE file along with the music files
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/Makefile?view=diff&rev=75257&r1=75256&r2=75257
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Mon Jul 16 13:33:02 2007
@@ -795,7 +795,7 @@
fi; \
done
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
- for x in sounds/moh/*.mp3; do \
+ for x in sounds/moh/*.mp3 sounds/moh/LICENSE; do \
$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
done
rm -f $(DESTDIR)$(ASTVARLIBDIR)/mohmp3/sample-hold.mp3
More information about the asterisk-commits
mailing list