diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-26 18:51:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-26 19:13:23 +0200 |
commit | 5a2f7651c6ce011c3baee902ea0ca373debff353 (patch) | |
tree | 16347f68ffc50e5c0e766ded29b3c18f3ffc964e /dev-db/hsqldb | |
parent | x11-themes/murrine-themes: EAPI 6 bump (diff) | |
download | gentoo-5a2f7651c6ce011c3baee902ea0ca373debff353.tar.gz gentoo-5a2f7651c6ce011c3baee902ea0ca373debff353.tar.bz2 gentoo-5a2f7651c6ce011c3baee902ea0ca373debff353.zip |
dev-db/hsqldb: [QA] Use relative symlink target(s)
Diffstat (limited to 'dev-db/hsqldb')
-rw-r--r-- | dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild | 4 |
1 files 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 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() { |