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
1.2
Kevin P. Fleming 18 years ago
parent e38a7d523c
commit ffae2ad2fa

@ -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

Loading…
Cancel
Save