Fix installPhase when $sourceRoot != $name

This commit is contained in:
Nick Novitski
2022-07-20 15:11:32 -07:00
committed by GitHub
parent 6709e87c11
commit de3c8e654b
+1 -1
View File
@@ -137,7 +137,7 @@ let
installPhase = ''
runHook preInstall
mkdir -p "$out/libexec/$sourceRoot" "$out/bin"
mkdir -p "$out/libexec/$name" "$out/bin"
# Move the package contents to the output directory.
# - If the package.json has a `files` field, only files matching those patterns are copied