From: Ken Rice Date: Thu, 10 May 2012 21:23:55 +0000 (-0500) Subject: --resolve 4201 fix up the spec file to make sure /var/lib/freeswitch has the correct... X-Git-Tag: v1.2.0~445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702cc9d49f158bd3a8ecf2cadf0acda6540c273d;p=thirdparty%2Ffreeswitch.git --resolve 4201 fix up the spec file to make sure /var/lib/freeswitch has the correct perms --- diff --git a/freeswitch.spec b/freeswitch.spec index de228a06bf..889dae9007 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -1593,6 +1593,7 @@ fi #################################### Basic Directory Structure ####################################################### # %dir %attr(0750, freeswitch, daemon) %{sysconfdir} +%dir %attr(0750, freeswitch, daemon) %{LOCALSTATEDIR} %dir %attr(0750, freeswitch, daemon) %{DBDIR} %dir %attr(0750, freeswitch, daemon) %{GRAMMARDIR} %dir %attr(0750, freeswitch, daemon) %{HTDOCSDIR}