From 5a2f7651c6ce011c3baee902ea0ca373debff353 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 26 Aug 2017 18:51:37 +0200 Subject: 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(-) (limited to 'dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild') 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 98628665547a..e71cb3f4b018 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() { -- cgit v1.2.3-65-gdbad