Merge pull request #33 from nicknovitski/patch-1
Fix installPhase when $sourceRoot != $name
This commit is contained in:
@@ -137,7 +137,7 @@ let
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p "$out/libexec/$sourceRoot" "$out/bin"
|
mkdir -p "$out/libexec/$name" "$out/bin"
|
||||||
|
|
||||||
# Move the package contents to the output directory.
|
# Move the package contents to the output directory.
|
||||||
# - If the package.json has a `files` field, only files matching those patterns are copied
|
# - If the package.json has a `files` field, only files matching those patterns are copied
|
||||||
|
|||||||
Reference in New Issue
Block a user