Merge pull request #38950 from tadfisher/quakespasm-userdirs
quakespasm, vkquake: enable userdirs support
This commit is contained in:
commit
0fe77f449a
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
gzip SDL libvorbis libmad
|
gzip SDL libvorbis libmad
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildFlags = [ "DO_USERDIRS=1" ];
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
substituteInPlace Makefile --replace "/usr/local/games" "$out/bin"
|
substituteInPlace Makefile --replace "/usr/local/games" "$out/bin"
|
||||||
|
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
makeWrapper gzip SDL2 libvorbis libmad vulkan-loader.dev
|
makeWrapper gzip SDL2 libvorbis libmad vulkan-loader.dev
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildFlags = [ "DO_USERDIRS=1" ];
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user