diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 22:40:59 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 22:40:59 +0000 |
commit | bfe8db420c2f43567d1d1468490f4d2f95b444d6 (patch) | |
tree | 82c1f535279fd1af2df7d6353e41327ead603554 /build-repo.sh | |
parent | 0eb102856d932cd7c2de4c144e28cb59b9bfcf75 (diff) |
created files
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 |