From 4398327dd1fc23c0a47bd22acce722701cbc8fb8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 22:25:11 -0400 Subject: [PATCH] propellor spin --- Property/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs index 368854b..4be3908 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"