diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-11 22:24:09 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-11 22:24:09 -0400 |
| commit | 971d688a729c66a71a73c605201f81863a8f027f (patch) | |
| tree | b884d31ab7fc2842f1a9136f705895f9d0c95b70 /src | |
| parent | 98efe5e5551a2055237df876f410fa2bed23f217 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 6fa2a2a6..c84b0dca 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -26,12 +26,12 @@ scrollBox :: Property HasInfo scrollBox = propertyList "scroll shell box" $ props & alias "scroll.joeyh.name" & User.accountFor "scroll" - & Git.cloned "scroll" "git://git.kitenet.net/scroll" (d </> "scroll") Nothing + & Git.cloned "root" "git://git.kitenet.net/scroll" (d </> "scroll") Nothing & Apt.installed ["ghc", "make", "cabal-install", "libghc-vector-dev", "libghc-bytestring-dev", "libghc-mtl-dev", "libghc-ncurses-dev", "libghc-random-dev", "libghc-monad-loops-dev", "libghc-ifelse-dev", "libghc-case-insensitive-dev"] - & userScriptProperty "scroll" + & scriptProperty [ "cd " ++ d </> "scroll" , "cabal configure" , "make" |
