opencode: remove unnecessary mkdir in installPhase
This commit is contained in:
@@ -144,7 +144,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/bin
|
||||
install -Dm755 opencode $out/bin/opencode
|
||||
|
||||
runHook postInstall
|
||||
|
||||
Reference in New Issue
Block a user