From 9f4e99406a56aa50c9c37b7d8a2e7dc9d82301b8 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 16 Jul 2007 18:33:02 +0000 Subject: install the LICENSE file along with the music files git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@75257 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f49b762b2..1295d4085 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 -- cgit v1.2.3