From ffae2ad2fa1628811798b51dc3fc3d0fcaabf945 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 16 Jul 2007 18:33:02 +0000 Subject: [PATCH] install the LICENSE file along with the music files git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@75257 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f49b762b2d..1295d4085c 100644 --- 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 -- 2.47.2