mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
copy directories too
This commit is contained in:
parent
56b17e4d74
commit
b40600c9a4
3 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
IMAGE := $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
FLATPAK_DIR := $(if $(GITHUB_WORKSPACE),$(shell mktemp -d -p $(GITHUB_WORKSPACE) flatpak.XXX),$(PWD))
|
||||
FLATPAK_DIR := $(if $(GITHUB_WORKSPACE),$(shell mktemp -d -p $(GITHUB_WORKSPACE) flatpak.XXX),$(PWD)/flatpaks)
|
||||
|
||||
.PHONY: full_list
|
||||
full_list: repo
|
||||
|
|
@ -35,5 +35,8 @@ script.sh:
|
|||
install-deps:
|
||||
|
||||
clean:
|
||||
$(if $(wildcard script.sh),rm script.sh)
|
||||
$(if $(wildcard repo),rm -Rf repo)
|
||||
$(if $(wildcard list.txt),rm list.txt)
|
||||
|
||||
.ONESHELL:
|
||||
Loading…
Add table
Add a link
Reference in a new issue