From 5bb586f3202d9bb77de0ae0d1f09923d5c458b61 Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Thu, 6 Dec 2007 01:36:47 +0000 Subject: [PATCH] more typos *sigh* and it helps creating the parent dir before linking something into it :D git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6531 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- freeswitch.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/freeswitch.spec b/freeswitch.spec index d14b66cec8..c6b9c73efd 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -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)