stg-puzzles: fix build (ZHF)
This commit is contained in:
parent
dc608ff237
commit
3514a828fb
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
makeFlags = ["prefix=$(out)" "gamesdir=$(out)/bin"];
|
||||
preInstall = ''
|
||||
mkdir -p "$out"/{bin,share/doc/sgtpuzzles}
|
||||
cp puzzles.txt LICENCE README "$out/share/doc/sgtpuzzles"
|
||||
cp gamedesc.txt LICENCE README "$out/share/doc/sgtpuzzles"
|
||||
cp LICENCE "$out/share/doc/sgtpuzzles/LICENSE"
|
||||
'';
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user