jwasm: fix install path
This commit is contained in:
parent
78b56e1640
commit
3db409b5cb
@ -25,6 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--replace "/usr/local/bin" "${placeholder "out"}/bin"
|
||||
'';
|
||||
|
||||
preInstall = ''
|
||||
mkdir -p ${placeholder "out"}/bin
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
install -Dpm644 $src/Html/License.html \
|
||||
$src/Html/Manual.html \
|
||||
@ -36,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/Baron-von-Riedesel/JWasm/";
|
||||
description = "MASM-compatible x86 assembler";
|
||||
changelog = "https://github.com/Baron-von-Riedesel/JWasm/releases/tag/${finalAttrs.src.rev}";
|
||||
mainProgram = "jwasm";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user