diff options
Diffstat (limited to 'build-repo.sh')
-rwxr-xr-x | build-repo.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |