Files
ports/sysutils/bareos18-server
Adriaan de Groot 98e5e22741 sysutils/bareos18-server: fix library symlinks
There's a fs_violation going on, since the install runs a
script -- only if there is exactly one DB backend -- that
symlinks the default backend to libbareoscats.so.<version>, but:
- the symlink was created in $PREFIX, not $DESTDIR/$PREFIX,
- the symlink was absolute (which rules out a simple mv
  or symlinking the full path),
- the symlink didn't get the right version, because the
  script was using the wrong variables anyway.
2021-04-14 00:37:22 +02:00
..
2021-04-14 00:37:21 +02:00