mariadb-galera: don't produce symlink loop
as sugested by Izorkin
This commit is contained in:
parent
b58f6f6b51
commit
59eba3aa9c
@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# for backwards compatibility
|
# for backwards compatibility
|
||||||
ln -s . $out/lib/galera
|
mkdir $out/lib/galera
|
||||||
|
ln -s $out/lib/libgalera_smm.so $out/lib/galera/libgalera_smm.so
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user