v2.5.1
===================================================================== --- Bug Fixes ---------------------------- - git/package/install didn't create build dir if it did not exist
This commit is contained in:
parent
4047aad29e
commit
5c882597da
@ -4,6 +4,7 @@ source ${0:a:h}/../common.zsh
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
PACKAGE_INSTALL_DIR="$HOME/.local/share/source-packages"
|
PACKAGE_INSTALL_DIR="$HOME/.local/share/source-packages"
|
||||||
|
[ ! -d "$PACKAGE_INSTALL_DIR" ] && mkdir -p "$PACKAGE_INSTALL_DIR"
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user