Conf file is now in source tree
[mod_auth_kerb.git] / mod_auth_gssapi.spec
index bbe0b62..4287046 100644 (file)
@@ -17,6 +17,7 @@ Authentication protocol defined in RFC4559.
 %setup -q -n mod_auth_gssapi
 
 %build
+autoreconf -i
 %configure
 make
 
@@ -29,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.*}