Changed the target directory within ~/Products.

This commit is contained in:
John Wiegley 2008-07-20 21:17:49 -04:00
parent 219cc71bb0
commit 689df61077

5
acprep
View file

@ -130,8 +130,9 @@ if [ "$LOCAL" = "false" -a -d "$HOME/Products" ]; then
if [ -x version ]; then if [ -x version ]; then
version="-$(./version)" version="-$(./version)"
fi fi
projdir="$HOME/Products/$(basename $HERE)" #projdir="$HOME/Products/$(basename $HERE)"
projdir="$projdir$version" #projdir="$projdir$version"
projdir="$HOME/Products/ledger"
if [ ! -d "$projdir" ]; then if [ ! -d "$projdir" ]; then
mkdir -p "$projdir" mkdir -p "$projdir"
fi fi