summaryrefslogtreecommitdiff
path: root/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
commit43793fab84041cfc5c60c0151d1591b8a69fb24a (patch)
tree6208a7f4fc744684fce0f55acbb47511acace498 /net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild
parent28e3d252dc8ac8a5635206dfefe1cfe05058d1db (diff)
gentoo resync : 25.08.2018
Diffstat (limited to 'net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild')
-rw-r--r--net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild
index d340b702289f..edef3a07d1af 100644
--- a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild
+++ b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.vpn.net/"
SRC_URI="x86? ( https://www.vpn.net/installers/${P}-x86.tgz )
amd64? ( https://www.vpn.net/installers/${P}-x64.tgz )"
-LICENSE="LogMeIn"
+LICENSE="LogMeIn-2013"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
@@ -30,16 +30,16 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- mv "${P}-$(use x86 && echo x86 || echo x64)" "${S}" || die
+ mv "${P}-$(usex x86 x86 x64)" "${S}" || die
}
src_install() {
into /opt/${PN}
dobin hamachid dnsup dnsdown
- dosym /opt/${PN}/bin/hamachid /usr/bin/hamachi
+ dosym ../../opt/${PN}/bin/hamachid /usr/bin/hamachi
# Config and log directory
- dodir /var/lib/${PN}
+ keepdir /var/lib/${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
newinitd "${FILESDIR}"/${PN}.initd ${PN}