From 538b6b9a2ed40f61dfa218c23ca819e4b98ce102 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 21 May 2015 16:06:16 -0400 Subject: [PATCH] Conf file is now in source tree --- mod_auth_gssapi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_auth_gssapi.spec b/mod_auth_gssapi.spec index b8fd136..4287046 100644 --- a/mod_auth_gssapi.spec +++ b/mod_auth_gssapi.spec @@ -30,7 +30,7 @@ install -m 755 .libs/mod_auth_gssapi.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules # install the conf.d fragment mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d -install -m 644 $RPM_SOURCE_DIR/mod_auth_gssapi.conf \ +install -m 644 mod_auth_gssapi.conf \ $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/auth_gssapi.conf rm -f $RPM_BUILD_ROOT%{_libdir}/httpd/modules/{*.la,*.so.*} -- 2.1.4