diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-16 09:45:08 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-16 09:45:08 +0000 |
commit | fdead5a8abeeb94e713b08738e6faf718fd9a45f (patch) | |
tree | b51bbe3bdfc9e2b24e85f4ca048339e4582b638d /net-misc/tightvnc | |
parent | Version bump. (diff) | |
download | gentoo-2-fdead5a8abeeb94e713b08738e6faf718fd9a45f.tar.gz gentoo-2-fdead5a8abeeb94e713b08738e6faf718fd9a45f.tar.bz2 gentoo-2-fdead5a8abeeb94e713b08738e6faf718fd9a45f.zip |
Fix for prefix and add ~x86-linux keyword.
(Portage version: 2.2.0_alpha163/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild index 6ee8adda582a..e4ec1d27afa2 100644 --- a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.13 2013/02/16 05:26:05 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.14 2013/02/16 09:45:08 zmedico Exp $ EAPI=3 inherit eutils toolchain-funcs java-pkg-opt-2 @@ -73,6 +73,8 @@ src_unpack() { epatch "${FILESDIR}"/1.3.9-arm.patch epatch "${FILESDIR}"/1.3.9-sh.patch epatch "${FILESDIR}"/${PV}-sparc.patch + sed -e "s:\\(/etc/\\|/usr/share/\\):${EPREFIX}\\1:g" -i vncserver || die + if use java; then cd "${WORKDIR}" |