From 41df2e668668137091861464cabe91cf110f4302 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 12 Dec 2006 22:58:49 +0000 Subject: manual update, since automerge is not running at this time git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@48421 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e0921fdf8..f8eaff3d2 100644 --- a/Makefile +++ b/Makefile @@ -557,6 +557,7 @@ clean: datafiles: all if [ x`$(ID) -un` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits + mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/silence mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/priv-callerintros for x in sounds/digits/*.gsm; do \ if $(GREP) -q "^%`basename $$x`%" sounds.txt; then \ @@ -566,6 +567,14 @@ datafiles: all exit 1; \ fi; \ done + for x in sounds/silence/*.gsm; do \ + if $(GREP) -q "^%`basename $$x`%" sounds.txt; then \ + $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds/silence ; \ + else \ + echo "No description for $$x"; \ + exit 1; \ + fi; \ + done mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/dictate for x in sounds/dictate/*.gsm; do \ if $(GREP) -q "^%`basename $$x`%" sounds.txt; then \ -- cgit v1.2.3