Makefile: Added install-home target which installs git-annex into the HOME directory
This commit is contained in:
parent
95e94b9d00
commit
6491b62614
7 changed files with 83 additions and 17 deletions
|
@ -56,7 +56,7 @@ removeAutoStartFile path = do
|
|||
modifyAutoStartFile $
|
||||
filter (not . equalFilePath path')
|
||||
|
||||
{- The path to git-annex is written here; which is useful when cabal
|
||||
{- The path to git-annex is written here; which is useful when something
|
||||
- has installed it to some awful non-PATH location. -}
|
||||
programFile :: IO FilePath
|
||||
programFile = userConfigFile "program"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue