mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/hsqldb: [QA] Use relative symlink target(s)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user