summaryrefslogtreecommitdiffstats
path: root/proxy/contrib/gssproxy.spec.in
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-03-24 11:11:17 +0100
committerSimo Sorce <simo@redhat.com>2015-03-24 11:49:19 -0400
commit8c09bbb82f3578401a0dbd0c64ca36c8483295fb (patch)
tree9c5c1759244d053aade14477df09b95af8e408e4 /proxy/contrib/gssproxy.spec.in
parent72052a86bf1d9360276745afe00155444bdf1292 (diff)
downloadgss-proxy-8c09bbb82f3578401a0dbd0c64ca36c8483295fb.tar.gz
gss-proxy-8c09bbb82f3578401a0dbd0c64ca36c8483295fb.tar.xz
gss-proxy-8c09bbb82f3578401a0dbd0c64ca36c8483295fb.zip
Fix few build issues
- use automake variables for simplification of file installation instead of make install hooks - if configure is not called from $srcdir then few directories were not created. - few files were not removed with make unistall Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/contrib/gssproxy.spec.in')
-rw-r--r--proxy/contrib/gssproxy.spec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in
index 8f9f823..185317c 100644
--- a/proxy/contrib/gssproxy.spec.in
+++ b/proxy/contrib/gssproxy.spec.in
@@ -71,11 +71,9 @@ rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
-install -d -m755 %{buildroot}%{_unitdir}
install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
mkdir -p %{buildroot}%{_sysconfdir}/gss/mech.d
install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf
-install -m644 systemd/gssproxy.service %{buildroot}%{_unitdir}/gssproxy.service
%clean
rm -rf %{buildroot}