You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updating make install to add /runtimes/ subdirectory
recently skeletor was not creating or installing the $MIXIN/runtimes/ subdirectory, so the bundles would fail with the newer versions of porter. This fixes that oversight.
install:
mkdir -p $(PORTER_HOME)/mixins/$(MIXIN)/runtimes/
install $(BINDIR)/$(MIXIN)$(FILE_EXT) $(PORTER_HOME)/mixins/$(MIXIN)/$(MIXIN)$(FILE_EXT)
install $(BINDIR)/$(MIXIN)-runtime$(FILE_EXT) $(PORTER_HOME)/mixins/$(MIXIN)/runtimes/$(MIXIN)-runtime$(FILE_EXT)
Signed-off-by: ralph squillace <[email protected]>
0 commit comments