diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-14 07:42:32 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-14 07:42:32 +0000 |
commit | e4d7dc42cb6455284c2f1576a9c5c17f28a2c23a (patch) | |
tree | 7e1a808f467456537b802223bc2d694aa079f152 /net-misc | |
parent | Update installed printer queues automatically thanks to Bruce <halfcat@exemai... (diff) | |
download | gentoo-2-e4d7dc42cb6455284c2f1576a9c5c17f28a2c23a.tar.gz gentoo-2-e4d7dc42cb6455284c2f1576a9c5c17f28a2c23a.tar.bz2 gentoo-2-e4d7dc42cb6455284c2f1576a9c5c17f28a2c23a.zip |
correct a path in a script: /usr/local to /usr, thanks to Thomas Fischer <fischer@unix-ag.uni-kl.de> in bug 195702
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vpnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/vpnc/vpnc-0.5.1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/vpnc/ChangeLog b/net-misc/vpnc/ChangeLog index d4b44451f5a7..06c9fd5f6956 100644 --- a/net-misc/vpnc/ChangeLog +++ b/net-misc/vpnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/vpnc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.52 2007/10/11 18:17:28 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.53 2007/10/14 07:42:32 opfer Exp $ + + 14 Oct 2007; Christian Faulhammer <opfer@gentoo.org> vpnc-0.5.1.ebuild: + correct a path in a script: /usr/local to /usr, thanks to Thomas Fischer + <fischer@unix-ag.uni-kl.de> in bug 195702 11 Oct 2007; Lars Weiler <pylon@gentoo.org> vpnc-0.5.1.ebuild: stable ppc, bug #186577 diff --git a/net-misc/vpnc/vpnc-0.5.1.ebuild b/net-misc/vpnc/vpnc-0.5.1.ebuild index 7d0e5ce433c8..b0ffe3121862 100644 --- a/net-misc/vpnc/vpnc-0.5.1.ebuild +++ b/net-misc/vpnc/vpnc-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1.ebuild,v 1.4 2007/10/11 18:17:28 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1.ebuild,v 1.5 2007/10/14 07:42:32 opfer Exp $ inherit linux-info @@ -31,6 +31,8 @@ pkg_setup() { } src_compile() { + # is reported upstream + sed -e "s:/usr/local:/usr:" -i vpnc-script # only allowed if not distributed in binary form! if use hybrid-auth && ! use bindist; then hybridauthopts="OPENSSL_GPL_VIOLATION=-DOPENSSL_GPL_VIOLATION OPENSSLLIBS=-lcrypto" |