Skip to content

Commit 8721be9

Browse files
committed
Add simple spec file
1 parent 2e0b899 commit 8721be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/mod_auth_gssapi.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ make %{?_smp_mflags}
2727

2828

2929
%install
30-
make install DESTDIR=%{buildroot}%{_httpd_moddir}
31-
install -m 755 .libs/%{name}.so %{buildroot}%{_httpd_moddir}
30+
mkdir -p %{buildroot}%{_httpd_moddir}
31+
install -m 755 src/.libs/%{name}.so %{buildroot}%{_httpd_moddir}
3232

3333
# Apache configuration for the module
3434
echo "LoadModule auth_gssapi_module modules/mod_auth_gssapi.so" > 10-auth_gssapi.conf

0 commit comments

Comments
 (0)