fetch-nupkg: use helper from nuget-package-hook to unpack
This commit is contained in:
parent
a0c5f2662d
commit
521b7b5e5f
@ -43,8 +43,7 @@ let
|
|||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
runHook preUnpack
|
runHook preUnpack
|
||||||
|
|
||||||
unzip -nqd source $src
|
unpackNupkg "$src" source
|
||||||
chmod -R +rw source
|
|
||||||
cd source
|
cd source
|
||||||
|
|
||||||
runHook postUnpack
|
runHook postUnpack
|
||||||
|
Loading…
Reference in New Issue
Block a user