start in HOME
This commit is contained in:
parent
d557c2673b
commit
fede34ff62
1 changed files with 3 additions and 1 deletions
|
@ -8,12 +8,14 @@ set -e
|
|||
orig="$(pwd)"
|
||||
cd "$0/../.."
|
||||
base="$(pwd)"
|
||||
cd "$orig"
|
||||
|
||||
# Cannot rely on Android providing a sane HOME
|
||||
HOME="/sdcard/git-annex.home"
|
||||
export HOME
|
||||
|
||||
# As good a start point as any.
|
||||
cd "$HOME"
|
||||
|
||||
setup () {
|
||||
echo "Installation starting to $base"
|
||||
mkdir -p "$base/bin"
|
||||
|
|
Loading…
Reference in a new issue