Include magic database in the linux and OSX standalone builds.
This commit is contained in:
parent
5d0b5eeefb
commit
471a211d21
5 changed files with 21 additions and 2 deletions
Binary file not shown.
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue