From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2D9A1396D0 for ; Sat, 26 Aug 2017 17:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08970E0BCB; Sat, 26 Aug 2017 17:13:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D52FFE0BCB for ; Sat, 26 Aug 2017 17:13:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3DEF3417B8 for ; Sat, 26 Aug 2017 17:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB7F58378 for ; Sat, 26 Aug 2017 17:13:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503767603.5a2f7651c6ce011c3baee902ea0ca373debff353.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/hsqldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild X-VCS-Directories: dev-db/hsqldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a2f7651c6ce011c3baee902ea0ca373debff353 X-VCS-Branch: master Date: Sat, 26 Aug 2017 17:13:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ff2d3a3-f186-4124-99cf-ff6cf5b5b53a X-Archives-Hash: 60e4efde558abe05c92a997e75d377fb commit: 5a2f7651c6ce011c3baee902ea0ca373debff353 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 26 16:51:37 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 26 17:13:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2f7651 dev-db/hsqldb: [QA] Use relative symlink target(s) dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild b/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild index 98628665547..e71cb3f4b01 100644 --- a/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild +++ b/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild @@ -126,8 +126,8 @@ src_install() { # Create symlinks to authorization files in the server home dir # (required by the hqldb init script) insinto "${HSQLDB_HOME}" - dosym /etc/hsqldb/server.properties "${HSQLDB_HOME}/server.properties" - dosym /etc/hsqldb/sqltool.rc "${HSQLDB_HOME}/sqltool.rc" + dosym ../../../etc/hsqldb/server.properties "${HSQLDB_HOME}/server.properties" + dosym ../../../etc/hsqldb/sqltool.rc "${HSQLDB_HOME}/sqltool.rc" } pkg_postinst() {