]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
install the LICENSE file along with the music files
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 16 Jul 2007 18:33:02 +0000 (18:33 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 16 Jul 2007 18:33:02 +0000 (18:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@75257 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index f49b762b2dd025d2d140439f9f83c9e1e2be9127..1295d4085c61a49101360168d1bdf1a4dee3f2f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -795,7 +795,7 @@ samples: adsi
                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