dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 299948 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r299948 | pabelanger | 2010-12-29 14:28:36 -0500 (Wed, 29 Dec 2010) | 2 lines
  
  Only remove /tmp/astdatadir, not /var/lib/asterisk
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@299949 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
pabelanger 2010-12-29 19:29:51 +00:00
parent 0c42b9197d
commit 406ba6fcc5
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ endif
all: prefixcmd $(SOUNDS_CACHE_DIR) $(CORE_SOUNDS) $(EXTRA_SOUNDS) $(MOH)
prefixcmd:
if [ -d $(TMPDATADIR) ] ; then \
rm -rf $(TMPDATADIR) ; \
if [ -d /tmp/astdatadir ] ; then \
rm -rf /tmp/astdatadir ; \
fi
@$(PREFIXCMD)