0ad: binary renamed from 'pyrogenesis' to '0ad'
This commit is contained in:
parent
1e0434ebe0
commit
5dbf70b924
@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = ''
|
||||
# Copy executables.
|
||||
mkdir -p "$out"/bin
|
||||
cp binaries/system/pyrogenesis "$out"/bin/
|
||||
cp binaries/system/pyrogenesis "$out"/bin/0ad
|
||||
((${ toString withEditor })) && cp binaries/system/ActorEditor "$out"/bin/
|
||||
|
||||
# Copy l10n data.
|
||||
|
Loading…
Reference in New Issue
Block a user