summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-02-27 06:00:12 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-02-27 06:00:12 +0000
commit36ce5024dfcaf35bd2c8b41c3fa530b03b209858 (patch)
tree0045182973d7a898fc31fed8a80b00cdc69b8448 /Makefile
parent4ac7db7746753b31807264c8697c3a7a0696068e (diff)
Thu Feb 27 07:00:01 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@625 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2e48c259..7c8456205 100755
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ datafiles: all
exit 1; \
fi; \
done
- for x in sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-*; do \
+ for x in sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-*; do \
if grep -q "^%`basename $$x`%" sounds.txt; then \
install $$x $(ASTVARLIBDIR)/sounds ; \
else \