summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-20 16:02:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-20 16:02:41 -0400
commitdb960871fd56176dcf6d6bb5f09b31c8dad8eed8 (patch)
tree877fcd047f6eb89990e0fde0487c6af15d346ee9 /doc
parent0b495e3b8140d17de2b7f52dddd3ac9f4a15584d (diff)
use a stamp file to avoid running ghc in make install
That fails when make install is run sudoed, but cabal has been used to install dependencies in a user's home directory.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/make_install_can__39__t_be_used_with_sudo.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/make_install_can__39__t_be_used_with_sudo.mdwn b/doc/bugs/make_install_can__39__t_be_used_with_sudo.mdwn
index 6cb136586..c43075e58 100644
--- a/doc/bugs/make_install_can__39__t_be_used_with_sudo.mdwn
+++ b/doc/bugs/make_install_can__39__t_be_used_with_sudo.mdwn
@@ -16,3 +16,5 @@ One would expect git-annex to be installed in the configured prefix. Unfortunate
make: *** [git-annex] Error 1
Removing "all" from the dependencies of "install" allows the process to run to completion, although this is clearly not a satisfactory solution.
+
+> [[fixed|done]] using an ugly stamp file. --[[Joey]]