summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2017-09-25 12:42:00 -0400
committerJoey Hess2017-09-25 12:42:00 -0400
commit60ea373ddf5559f7c2d2d01410cba908c020ee59 (patch)
tree631c7cd02b857b4803b78d41115c32d0acac7a9f /src
parenta1f995768c9c6030f738f3c24e598d2c3f91d264 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 785e13b8..065d407b 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -168,7 +168,7 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $
[ "rm -rf /root/tmp/oldusenet" -- idenpotency
, "git clone git://olduse.net/ /root/tmp/oldusenet/source"
, "cd /root/tmp/oldusenet/source/"
- , "dpkg-buildpackage -us -uc"
+ , "HOME=/root dpkg-buildpackage -us -uc"
, "dpkg -i ../" ++ pkg ++ "_*.deb || true"
, "apt-get -fy install" -- dependencies
, "rm -rf /root/tmp/oldusenet"