sbopkg: Make directory automatically.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-04-07 21:51:55 +07:00
parent 0f24793655
commit f93839fb32
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export TMPDIR=${TMPDIR:-/tmp}
CLEANUP=${CLEANUP:-NO}
DEBUG_UPDATES=${DEBUG_UPDATES:-0}
KEEPLOG=${KEEPLOG:-YES}
MKDIR_PROMPT=${MKDIR_PROMPT:-YES}
MKDIR_PROMPT=${MKDIR_PROMPT:-NO}
NICE=${NICE:-10}
REPO_BRANCH=${REPO_BRANCH:-15.0}
REPO_NAME=${REPO_NAME:-SBo}

View File

@ -1,6 +1,6 @@
SBOPKG NEWS
sbopkg-dev (2020-03-22 10:12:52 UTC)
sbopkg-dev (2020-04-07 14:51:13 UTC)
FEATURES
* sqg: Parallelize building of single and all packages by option -j.
Patch by Marcel Saegebarth.
@ -59,6 +59,7 @@ sbopkg-dev (2020-03-22 10:12:52 UTC)
Patch by Urchlay
* sqg: Use /root/.sbopkg.conf if it exists.
* Set the tag for SBo-git to _SBo to match the rest of the packages.
* By default, sbopkg will not ask for directory creation for initial startup.
sbopkg 0.38.1 (2016-09-01 13:42 UTC)
FEATURES