removed
This commit is contained in:
parent
fc468eed88
commit
7a44c2c8ef
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
### Please describe the problem.
|
||||
|
||||
symlinking git-annex from a unpacked tarball to the
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
symlink git-annex somewhere, call that symline
|
||||
|
||||
###
|
||||
|
||||
known fix
|
||||
|
||||
[[!format sh """
|
||||
#!/bin/sh
|
||||
GIT_ANNEX_PROGRAMPATH=$(realpath "$0")
|
||||
export GIT_ANNEX_PROGRAMPATH
|
||||
exec "$GIT_ANNEX_DIR/exe/git-annex" --library-path "$GIT_ANNEX_LD_LIBRARY_PATH" "$GIT_ANNEX_DIR/shimmed/git-annex/git-annex" "$@"
|
||||
|
||||
|
||||
"""]]
|
||||
|
||||
the realpath call is new
|
Loading…
Reference in a new issue