From c3d195a2b3fc177e0d80ace2bc550a87ed868456 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 11 Apr 2006 21:58:47 +0000 Subject: [PATCH] don't create a 'voicemail' symlink in the sounds directory; app_voicemail has not needed it since January of 2005 (issue #6613) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19353 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 5afc43a560..ae3e459007 100644 --- 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 " + +"