]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
more typos *sigh* and it helps creating the parent dir before linking something into...
authorMichal Bielicki <michal.bielicki@seventhsignal.de>
Thu, 6 Dec 2007 01:36:47 +0000 (01:36 +0000)
committerMichal Bielicki <michal.bielicki@seventhsignal.de>
Thu, 6 Dec 2007 01:36:47 +0000 (01:36 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6531 d0543943-73ff-0310-b7d9-9358b9ac24b2

freeswitch.spec

index d14b66cec8c2151435ca60dcddc710892c67b7d3..c6b9c73efd6129a438db9e586073691653ca81c6 100644 (file)
@@ -245,6 +245,7 @@ install -D -m 744 build/freeswitch.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/frees
 %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 @@ rm -rf $RPM_BUILD_ROOT
 /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)