aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-13 06:00:41 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-13 06:00:41 +0000
commitd9492250f745ad1865114cfe4638cde4e0644e8c (patch)
treefb6a89fbe978a7c0dd931f81a2c49c518e0f61d3 /Makefile
parent5d2aed2d6d40f577334e5df9fcfc7277a5495787 (diff)
Merge queue changes from Bug #214
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2415 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da0aab927..e8fbe7661 100755
--- a/Makefile
+++ b/Makefile
@@ -269,7 +269,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-* sounds/privacy-*; 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-* sounds/queue-*; do \
if grep -q "^%`basename $$x`%" sounds.txt; then \
install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
else \