summaryrefslogtreecommitdiff
path: root/doc/todo/makefile:_respect___36__PREFIX.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/makefile:_respect___36__PREFIX.mdwn')
-rw-r--r--doc/todo/makefile:_respect___36__PREFIX.mdwn25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/todo/makefile:_respect___36__PREFIX.mdwn b/doc/todo/makefile:_respect___36__PREFIX.mdwn
deleted file mode 100644
index 995ef809f..000000000
--- a/doc/todo/makefile:_respect___36__PREFIX.mdwn
+++ /dev/null
@@ -1,25 +0,0 @@
-The `Makefile` should respect a `PREFIX` passed on the commandline so git-annex can be installed in (say) `$HOME`.
-
-Simple patch:
-
-[[!format diff """
-diff --git a/Makefile b/Makefile
-index b8995b2..5b1a6d4 100644
---- a/Makefile
-+++ b/Makefile
-@@ -3,7 +3,7 @@ all=git-annex $(mans) docs
-
- GHC?=ghc
- GHCMAKE=$(GHC) $(GHCFLAGS) --make
--PREFIX=/usr
-+PREFIX?=/usr
- CABAL?=cabal # set to "./Setup" if you lack a cabal program
-
- # Am I typing :make in vim? Do a fast build.
-"""]]
-
---[[anarcat]]
-
-> [[done]] --[[Joey]]
-
-> > thanks! ;) --[[anarcat]]