From: Travis Cross Date: Thu, 4 Sep 2014 21:09:46 +0000 (+0000) Subject: Set new `cache_dir` for debian X-Git-Tag: v1.4.8~2^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ec5522683047e3e87d4dba6ea7dd482cce2d66;p=thirdparty%2Ffreeswitch.git Set new `cache_dir` for debian --- diff --git a/debian/rules b/debian/rules index 398226139f..eefc3bc277 100755 --- a/debian/rules +++ b/debian/rules @@ -80,6 +80,7 @@ override_dh_auto_clean: --with-htdocsdir=/usr/share/freeswitch/htdocs \ --with-soundsdir=/usr/share/freeswitch/sounds \ --with-storagedir=/var/lib/freeswitch/storage \ + --with-cachedir=/var/cache/freeswitch \ --with-grammardir=/usr/share/freeswitch/grammar \ --with-certsdir=/etc/freeswitch/tls \ --with-scriptdir=/usr/share/freeswitch/scripts \