add hello world prompt to 1.0 for Jared

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Russell Bryant 20 years ago
parent 11c11d27bc
commit a0d4959fc5

@ -351,7 +351,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-* sounds/queue-*; 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-* sounds/hello-*; do \
if grep -q "^%`basename $$x`%" sounds.txt; then \
install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
else \

@ -70,6 +70,8 @@
%dir-nomore.gsm%There are no more compatible entries in the directory.
%hello-world.gsm%Hello World.
%invalid.gsm%I am sorry, that's not a valid extension. Please try again.
%pbx-invalid.gsm%I am sorry, that's not a valid extension. Please try again.

Loading…
Cancel
Save