alpine.mk: create dir for repos dirstamp

This commit is contained in:
Natanael Copa 2009-03-13 15:47:26 +00:00
parent 108ef418c3
commit cecfe6b732
1 changed files with 1 additions and 1 deletions

View File

@ -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)