dev-db/hsqldb: [QA] Use relative symlink target(s)

This commit is contained in:
Michał Górny
2017-08-26 18:51:37 +02:00
parent 085d367793
commit 5a2f7651c6

View File

@@ -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() {