]> git.pld-linux.org Git - packages/apache-mod_caml.git/commitdiff
- fix config dir master
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Dec 2011 12:06:24 +0000 (12:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_caml.spec -> 1.15

apache-mod_caml.spec

index 650fd36c5c84302b63b745158583dc810610f67a..84170bb1dd1d09d263cfa9910993b719ae3451a5 100644 (file)
@@ -26,7 +26,7 @@ Requires:     ocaml >= 3.0.8
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR 2>/dev/null)
-%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR 2>/dev/null)
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR 2>/dev/null)/conf.d
 
 # I don't understand it but it is neccessary if one strips
 # it, it won't work. Help welcome.
@@ -69,7 +69,6 @@ wewnątrz serwera WWW Apache. Umożliwia jednak znacznie więcej:
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -87,7 +86,7 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc COPYING.LIB CHANGES README examples html icons modcaml-example.conf
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_%{mod_name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*.so
 %{_libdir}/ocaml
 %{_datadir}/%{mod_name}
This page took 0.053975 seconds and 4 git commands to generate.