mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
mrrescue: fix path to love game file
This commit is contained in:
parent
35681340d1
commit
fe18efc37b
@ -38,7 +38,7 @@ stdenv.mkDerivation {
|
||||
mkdir -p $out/bin
|
||||
mkdir -p $out/share/games/lovegames
|
||||
|
||||
cp -v $src $out/share/${pname}.love
|
||||
cp -v $src $out/share/games/lovegames/${pname}.love
|
||||
|
||||
makeWrapper ${love}/bin/love $out/bin/${pname} --add-flags $out/share/games/lovegames/${pname}.love
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user