1Upstream-Status: Pending
2
3diff -up sblim-sfcb-1.4.6/Makefile.in.orig sblim-sfcb-1.4.6/Makefile.in
4--- sblim-sfcb-1.4.6/Makefile.in.orig	2013-10-07 10:43:34.783228137 +0200
5+++ sblim-sfcb-1.4.6/Makefile.in	2013-10-07 10:44:30.178533289 +0200
6@@ -627,7 +627,6 @@ initdir = $(sysconfdir)/init.d
7 pamdir = $(sysconfdir)/pam.d
8 sfcblibdir = $(libdir)/sfcb
9 cmpilibdir = $(libdir)/cmpi
10-systemddir = $(DESTDIR)@SYSTEMDDIR@
11 MANFILES = man/genSslCert.1 man/getSchema.1 man/sfcbd.1 man/sfcbmof.1 \
12 	man/sfcbrepos.1 man/sfcbstage.1 man/sfcbunstage.1 man/sfcbuuid.1 \
13 	man/wbemcat.1 man/xmltest.1
14@@ -2366,7 +2365,6 @@ unittest:
15 	cd test && sh check_all.sh
16
17 install-data-local:
18-	if test -d $(systemddir); then cp $(srcdir)/sblim-sfcb.service $(systemddir); fi;
19 	test -d $(DESTDIR)$(sfcbstatedir)/registration/repository || $(mkdir_p) $(DESTDIR)$(sfcbstatedir)/registration/repository
20 	test -d $(DESTDIR)$(sfcbstatedir)/stage/mofs/root/interop || $(mkdir_p) $(DESTDIR)$(sfcbstatedir)/stage/mofs/root/interop
21 	test -d $(DESTDIR)$(sfcbstatedir)/stage/regs || $(mkdir_p) $(DESTDIR)$(sfcbstatedir)/stage/regs
22@@ -2384,7 +2382,6 @@ install-data-local:
23 uninstall-local:
24 	rm -f $(DESTDIR)$(sfcbstatedir)/stage/default.reg
25 	rm -f $(DESTDIR)$(sfcbstatedir)/stage/mofs/root/interop/10_interop.mof
26-	rm -f $(systemddir)/sblim-sfcb.service
27 @INDICATIONS_TRUE@	rm -f $(DESTDIR)$(sfcbstatedir)/stage/mofs/root/interop/20_indication.mof
28 @INDICATIONS_TRUE@	rm -f $(DESTDIR)$(sfcbstatedir)/stage/mofs/indication.mof
29 @DOCS_TRUE@	rm -rf $(DESTDIR)$(sfcbdocdir)/html
30