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