From 58cd90b9158363039aa642e0f4abeb1a8847acb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 9 Dec 2011 12:06:24 +0000 Subject: [PATCH] - fix config dir Changed files: apache-mod_caml.spec -> 1.15 --- apache-mod_caml.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apache-mod_caml.spec b/apache-mod_caml.spec index 650fd36..84170bb 100644 --- a/apache-mod_caml.spec +++ b/apache-mod_caml.spec @@ -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} -- 2.44.0