summaryrefslogtreecommitdiff
path: root/Property/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 22:40:55 -0400
committerJoey Hess2014-03-30 22:40:55 -0400
commit8cc18e40e41d6d89ec4c1b4fbe8144a68fa8b034 (patch)
tree8235055329a7e4060d884879e5eeedff8d816be7 /Property/JoeySites.hs
parent4d4ded36d2f8d924ecff962b65c0e08386518954 (diff)
propellor spin
Diffstat (limited to 'Property/JoeySites.hs')
-rw-r--r--Property/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs
index c82c1ab0..92279aeb 100644
--- a/Property/JoeySites.hs
+++ b/Property/JoeySites.hs
@@ -17,7 +17,7 @@ oldUseNetshellBox = check (not <$> Apt.isInstalled "oldusenet") $
, "cd /root/tmp/oldusenet/source/"
, "dpkg-buildpackage -us -uc"
, "dpkg -i ../oldusenet*.deb || true"
- , "apt-get -f install" -- dependencies
+ , "apt-get -fy install" -- dependencies
, "rm -rf /root/tmp/oldusenet"
] `describe` "olduse.net built"
]