Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 471092
Collapse All | Expand All

(-)libreswan-3.3.orig//initsystems/systemd/Makefile (-2 / +2 lines)
Lines 18-26 Link Here
18
programs:     systemdfiles sysconfigfiles
18
programs:     systemdfiles sysconfigfiles
19
systemdfiles: $(SYSTEMDFILE)
19
systemdfiles: $(SYSTEMDFILE)
20
sysconfigfiles: $(SYSCONFIGFILE)
20
sysconfigfiles: $(SYSCONFIGFILE)
21
install:      programs doinstall postcheck
21
install:      programs doinstall
22
22
23
doinstall: programs installsystemdservice installsysconfig oldinitdcheck 
23
doinstall: programs installsystemdservice
24
24
25
installsystemdservice:
25
installsystemdservice:
26
	@mkdir -p $(SYSTEMDDIR)
26
	@mkdir -p $(SYSTEMDDIR)
(-)libreswan-3.3.orig//Makefile.inc (-1 / +1 lines)
Lines 72-78 Link Here
72
DESTDIR?=
72
DESTDIR?=
73
73
74
# "local" part of tree, used in building other pathnames
74
# "local" part of tree, used in building other pathnames
75
INC_USRLOCAL=/usr/local
75
INC_USRLOCAL=/usr
76
76
77
# PUBDIR is where the "ipsec" command goes; beware, many things define PATH
77
# PUBDIR is where the "ipsec" command goes; beware, many things define PATH
78
# settings which are assumed to include it (or at least, to include *some*
78
# settings which are assumed to include it (or at least, to include *some*

Return to bug 471092