diff --git a/doc/bugs/android_autobuild_broken.mdwn b/doc/bugs/android_autobuild_broken.mdwn new file mode 100644 index 0000000000..325ce91d44 --- /dev/null +++ b/doc/bugs/android_autobuild_broken.mdwn @@ -0,0 +1,2 @@ +The android build is broken. Annoying evilsplicer failure in the new +bootstrap3 code. --[[Joey]] diff --git a/doc/bugs/standalone_tarball_symlink_to_PATH_broken.mdwn b/doc/bugs/standalone_tarball_symlink_to_PATH_broken.mdwn new file mode 100644 index 0000000000..4d7f05ed07 --- /dev/null +++ b/doc/bugs/standalone_tarball_symlink_to_PATH_broken.mdwn @@ -0,0 +1,7 @@ +Using the standalone build, on Linux, ln -s git-annex.linux/git-annex +/usr/local/bin doesn't work, it looks at $0 and sees /usr/local/bin and +does not find git-annex there. + +I think that there is documentation or at least past advice of symlinking +this way to install it into PATH. So need to do something about this. +Perhaps have an installation script? --[[Joey]]