[svn-commits] pabelanger: trunk r299949 - in /trunk: ./ sounds/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Dec 29 19:29:53 UTC 2010
Author: pabelanger
Date: Wed Dec 29 13:29:51 2010
New Revision: 299949
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=299949
Log:
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
........
Modified:
trunk/ (props changed)
trunk/sounds/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/sounds/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/sounds/Makefile?view=diff&rev=299949&r1=299948&r2=299949
==============================================================================
--- trunk/sounds/Makefile (original)
+++ trunk/sounds/Makefile Wed Dec 29 13:29:51 2010
@@ -144,8 +144,8 @@
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)
More information about the svn-commits
mailing list