aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 18:33:02 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 18:33:02 +0000
commit9f4e99406a56aa50c9c37b7d8a2e7dc9d82301b8 (patch)
tree9b92110ad3dba3551d5ded5810289c5ccb13fb02 /Makefile
parent3142bcc68dbef663ec74cd6d00bd19c014292e15 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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