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.
This commit is contained in:
parent
0b495e3b81
commit
db960871fd
2 changed files with 6 additions and 3 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue