]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
added hours,minutes,seconds .gsm files to the install portion of the makefile, as...
authorSteve Murphy <murf@digium.com>
Wed, 6 Sep 2006 20:09:10 +0000 (20:09 +0000)
committerSteve Murphy <murf@digium.com>
Wed, 6 Sep 2006 20:09:10 +0000 (20:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@42150 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index cd169e0e5167263041a72b3dc47f85e77d7bd26f..1521b60dc55364623b43eb8702c061dc4e8f5ad4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -589,7 +589,7 @@ datafiles: all
                        exit 1; \
                fi; \
        done
-       for x in sounds/demo-* 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/spy-* sounds/priv-* sounds/screen-* sounds/hello-*; do \
+       for x in sounds/demo-* 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/spy-* sounds/priv-* sounds/screen-* sounds/hello-* sounds/hours* sounds/minute* sounds/second* ; do \
                if $(GREP) -q "^%`basename $$x`%" sounds.txt; then \
                        $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
                else \