3
0
Fork 0
forked from mirrors/nixpkgs

minetest-server module: fix executable path

This commit is contained in:
Ricardo Ardissone 2016-05-15 18:31:42 -03:00
parent 3373ef1349
commit 6067eddf83

View file

@ -97,7 +97,7 @@ in
script = ''
cd /var/lib/minetest
exec ${pkgs.minetest}/bin/minetestserver ${concatStrings flags}
exec ${pkgs.minetest}/bin/minetest --server ${concatStrings flags}
'';
};
};