This commit is contained in:
Joey Hess 2015-07-03 02:02:28 -04:00
parent 08ce9c7666
commit 1d6972bb79
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ haskellPkgsInstalled :: String -> Property NoInfo
haskellPkgsInstalled dir = flagFile go ("/haskellpkgsinstalled")
where
go = userScriptProperty (User builduser)
[ "cd " ++ builddir ++ " && ./standalone/ " ++ dir ++ "/install-haskell-packages"
[ "cd " ++ builddir ++ " && ./standalone/" ++ dir ++ "/install-haskell-packages"
]
-- Installs current versions of git-annex's deps from cabal, but only