Include magic database in the linux and OSX standalone builds.

This commit is contained in:
Joey Hess 2016-02-26 11:54:15 -04:00
parent 5d0b5eeefb
commit 471a211d21
Failed to extract signature
5 changed files with 21 additions and 2 deletions

Binary file not shown.

View file

@ -77,7 +77,11 @@ export ORIG_GIT_TEMPLATE_DIR
GIT_TEMPLATE_DIR="$bundle/templates"
export GIT_TEMPLATE_DIR
# Indicate which variables were exported above.
GIT_ANNEX_DIR="$bundle"
export GIT_ANNEX_DIR
# Indicate which variables were exported above and should be cleaned
# when running non-bundled programs.
GIT_ANNEX_STANDLONE_ENV="PATH GIT_EXEC_PATH GIT_TEMPLATE_DIR"
export GIT_ANNEX_STANDLONE_ENV