]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
don't create a 'voicemail' symlink in the sounds directory; app_voicemail has not...
authorKevin P. Fleming <kpfleming@digium.com>
Tue, 11 Apr 2006 21:58:47 +0000 (21:58 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Tue, 11 Apr 2006 21:58:47 +0000 (21:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19353 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 5afc43a560d6743795fdb2c6d4df5998146585b0..ae3e459007475e437eaadeacd3e2a9459c2523b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -648,7 +648,6 @@ bininstall: all
        if [ -n "$(OLDHEADERS)" ]; then \
                rm -f $(addprefix $(DESTDIR)$(ASTHEADERDIR)/,$(OLDHEADERS)) ;\
        fi
-       rm -f $(DESTDIR)$(ASTVARLIBDIR)/sounds/voicemail
        mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds
        mkdir -p $(DESTDIR)$(ASTLOGDIR)/cdr-csv
        mkdir -p $(DESTDIR)$(ASTLOGDIR)/cdr-custom
@@ -667,7 +666,6 @@ bininstall: all
        else \
                echo "You need to do cvs update -d not just cvs update" ; \
        fi 
-       ( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds  ; ln -s $(ASTSPOOLDIR)/voicemail . )
        if [ -f mpg123-0.59r/mpg123 ]; then $(MAKE) -C mpg123-0.59r install; fi
        @echo " +---- Asterisk Installation Complete -------+"  
        @echo " +                                           +"