From bfe8db420c2f43567d1d1468490f4d2f95b444d6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 22:40:59 +0000 Subject: created files --- build-repo.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-repo.sh b/build-repo.sh index fdb9442..61ff305 100755 --- a/build-repo.sh +++ b/build-repo.sh @@ -21,6 +21,9 @@ build () { REPO_INDEX=dist/$REPO_NAME/index.html REPO_LIST_OLD=dist/$REPO_NAME/packages.txt REPO_LIST=dist/$REPO_NAME/packages.list + mkdir -pv dist/$REPO_NAME + mkdir -pv dist/$REPO_NAME/logs + mkdir -pv dist/$REPO_NAME/src touch $REPO_INDEX touch $REPO_LIST_OLD touch $REPO_LIST -- cgit v1.2.1