diff --git a/external/Makefile b/external/Makefile index 74047b1..3475d1b 100644 --- a/external/Makefile +++ b/external/Makefile @@ -2,6 +2,8 @@ lorax/branch-$(VERSION): git config advice.detachedHead false cd lorax && git reset --hard HEAD && git checkout $(if $(_RHEL),rhel$(word 1,$(subst ., ,$(VERSION)))-branch,tags/$(shell cd lorax && git tag -l lorax-$(VERSION).* --sort=creatordate | tail -n 1)) touch lorax/branch-$(VERSION) + ln -s /github/workspace lorax/share/templates.d/99-generic/workspace + ln -s /github/workspace lorax/share/templates.d/99-generic/config_files/workspace install-deps: # Used by external/fedora-lorax-templates/ostree-based-installer/lorax-embed-flatpaks.tmpl