[Freeswitch-svn] [commit] r6531 - freeswitch/trunk

Freeswitch SVN cypromis at freeswitch.org
Wed Dec 5 20:36:47 EST 2007


Author: cypromis
Date: Wed Dec  5 20:36:47 2007
New Revision: 6531

Modified:
   freeswitch/trunk/freeswitch.spec

Log:
more typos *sigh* and it helps creating the parent dir before linking something into it :D


Modified: freeswitch/trunk/freeswitch.spec
==============================================================================
--- freeswitch/trunk/freeswitch.spec	(original)
+++ freeswitch/trunk/freeswitch.spec	Wed Dec  5 20:36:47 2007
@@ -245,6 +245,7 @@
 %post
 %{?run_ldconfig:%run_ldconfig}
 # Make FHS2.0 happy
+mkdir -p /etc/opt
 ln -sf /opt/freeswitch/conf /etc/opt/freeswitch
 
 %postun
@@ -375,7 +376,7 @@
 /opt/freeswitch/lib/libplds4.so
 /opt/freeswitch/lib/libplc4.so
 %dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/autoload_configs
-%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/autoload_configs/spidermonkey_conf.xml
+%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/autoload_configs/spidermonkey.conf.xml
 
 %files devel
 %defattr(-,freeswitch,daemon)



More information about the Freeswitch-svn mailing list