commit:     5a2f7651c6ce011c3baee902ea0ca373debff353
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 16:51:37 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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() {

Reply via email to