aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sounds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 47b42d9a0..5994f5bbd 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -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)