We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0b899 commit 8721be9Copy full SHA for 8721be9
contrib/mod_auth_gssapi.spec
@@ -27,8 +27,8 @@ make %{?_smp_mflags}
27
28
29
%install
30
-make install DESTDIR=%{buildroot}%{_httpd_moddir}
31
-install -m 755 .libs/%{name}.so %{buildroot}%{_httpd_moddir}
+mkdir -p %{buildroot}%{_httpd_moddir}
+install -m 755 src/.libs/%{name}.so %{buildroot}%{_httpd_moddir}
32
33
# Apache configuration for the module
34
echo "LoadModule auth_gssapi_module modules/mod_auth_gssapi.so" > 10-auth_gssapi.conf
0 commit comments