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
This commit is contained in:
Michal Bielicki 2007-12-06 01:36:47 +00:00
parent 493cb73080
commit 5bb586f320
1 changed files with 2 additions and 1 deletions

View 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)