beamPackages.buildMix: fix install hooks not running (#530508)
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
beamModuleInstallHook() {
|
||||
echo "Executing beamModuleInstallHook"
|
||||
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p "$out/lib/erlang/lib/${beamModuleName}-${version}"
|
||||
|
||||
# default to rebar3
|
||||
@@ -25,6 +27,8 @@ beamModuleInstallHook() {
|
||||
fi
|
||||
done
|
||||
|
||||
runHook postInstall
|
||||
|
||||
echo "Finished beamModuleInstallHook"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user