saunafs: create link for mount.saunafs
Required for mount -t saunafs to work
This commit is contained in:
parent
47913dd80e
commit
b44c8b4c5f
@ -60,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) ''
|
postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) ''
|
||||||
rm $out/lib/*.a
|
rm $out/lib/*.a
|
||||||
|
|
||||||
|
ln -s $out/bin/sfsmount $out/bin/mount.saunafs
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user