Merge pull request #33 from nicknovitski/patch-1

Fix installPhase when $sourceRoot != $name
This commit is contained in:
Stéphan Kochen
2022-07-21 22:39:37 +02:00
committed by GitHub
+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