Skip to content
Snippets Groups Projects
Commit cecfe6b7 authored by Natanael Copa's avatar Natanael Copa
Browse files

alpine.mk: create dir for repos dirstamp

parent 108ef418
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ REPOS_DIRSTAMP := $(DESTDIR)/stamp.repos
$(REPOS_DIRSTAMP): $(SOURCE_APKBUILDS)
@echo "==> repositories: $(REPOS)"
@buildrepo -p -a $(APORTS_DIR) -d $(REPOS_DIR) $(REPOS)
@touch $@
@mkdir -p $(dir $@) && touch $@
%.apk: $(REPOS_DIRSTAMP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment