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