Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/strongswan/files: strongswan-4.3.3-install.patch
Date: Wed, 29 Jul 2009 08:33:39
Message-Id: E1MW4bQ-0002GI-KB@stork.gentoo.org
1 wschlich 09/07/29 08:33:36
2
3 Added: strongswan-4.3.3-install.patch
4 Log:
5 version bumps fixing bug #279319, removed old versions
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-misc/strongswan/files/strongswan-4.3.3-install.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/files/strongswan-4.3.3-install.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/files/strongswan-4.3.3-install.patch?rev=1.1&content-type=text/plain
13
14 Index: strongswan-4.3.3-install.patch
15 ===================================================================
16 diff -urN strongswan-4.3.3.orig/src/starter/Makefile.am strongswan-4.3.3/src/starter/Makefile.am
17 --- strongswan-4.3.3.orig/src/starter/Makefile.am 2009-07-21 14:35:28.000000000 +0200
18 +++ strongswan-4.3.3/src/starter/Makefile.am 2009-07-29 09:44:03.340524851 +0200
19 @@ -52,7 +52,7 @@
20 $(COMPILE) -c -o $@ $(PLUTODIR)/defs.c
21
22 install-exec-local :
23 - test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true
24 + test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -D -o ${ipsecuid} -g ${ipsecgid} -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true
25 test -e "$(DESTDIR)${sysconfdir}/ipsec.d/cacerts" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -d "$(DESTDIR)$(sysconfdir)/ipsec.d/cacerts" || true
26 test -e "$(DESTDIR)${sysconfdir}/ipsec.d/ocspcerts" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -d "$(DESTDIR)$(sysconfdir)/ipsec.d/ocspcerts" || true
27 test -e "$(DESTDIR)${sysconfdir}/ipsec.d/certs" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -d "$(DESTDIR)$(sysconfdir)/ipsec.d/certs" || true