Changed the target directory within ~/Products.
This commit is contained in:
parent
219cc71bb0
commit
689df61077
1 changed files with 3 additions and 2 deletions
5
acprep
5
acprep
|
|
@ -130,8 +130,9 @@ if [ "$LOCAL" = "false" -a -d "$HOME/Products" ]; then
|
|||
if [ -x version ]; then
|
||||
version="-$(./version)"
|
||||
fi
|
||||
projdir="$HOME/Products/$(basename $HERE)"
|
||||
projdir="$projdir$version"
|
||||
#projdir="$HOME/Products/$(basename $HERE)"
|
||||
#projdir="$projdir$version"
|
||||
projdir="$HOME/Products/ledger"
|
||||
if [ ! -d "$projdir" ]; then
|
||||
mkdir -p "$projdir"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue