summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 22:25:11 -0400
committerJoey Hess2014-03-30 22:25:11 -0400
commit4398327dd1fc23c0a47bd22acce722701cbc8fb8 (patch)
tree5a5a2c441634f987d154609b6c05dd9c8b545d0c
parent6bd3457fba6a1ff76befa49880cb6bca63cec8b1 (diff)
propellor spin
-rw-r--r--Property/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs
index 368854b1..4be39082 100644
--- a/Property/JoeySites.hs
+++ b/Property/JoeySites.hs
@@ -12,7 +12,7 @@ oldUseNetshellBox = check (not <$> Apt.isInstalled "oldusenet") $
[ Apt.installed (words "build-essential debhelper git ghc libghc-strptime-dev libghc-hamlet-dev libghc-ifelse-dev libghc-hxt-dev libghc-utf8-string-dev libghc-missingh-dev libghc-sha-dev")
`describe` "olduse.net build deps"
, scriptProperty
- [ "rm -f /root/tmp/oldusenet" -- idenpotency
+ [ "rm -rf /root/tmp/oldusenet" -- idenpotency
, "git clone git://olduse.net/ /root/tmp/oldusenet/source"
, "cd /root/tmp/oldusenet/source/"
, "dpkg-buildpackage -us -uc"