summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild4
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() {