diff --git a/doc/bugs/prebuild_tarball_breaks_on_symlinking_sig-annex_to_bin.mdwn b/doc/bugs/prebuild_tarball_breaks_on_symlinking_sig-annex_to_bin.mdwn deleted file mode 100644 index 52b37bb3b6..0000000000 --- a/doc/bugs/prebuild_tarball_breaks_on_symlinking_sig-annex_to_bin.mdwn +++ /dev/null @@ -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