From 5a2f7651c6ce011c3baee902ea0ca373debff353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 26 Aug 2017 18:51:37 +0200 Subject: [PATCH] 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 98628665547af..e71cb3f4b018f 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() {