diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-09-25 12:42:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-09-25 12:42:00 -0400 |
| commit | 60ea373ddf5559f7c2d2d01410cba908c020ee59 (patch) | |
| tree | 631c7cd02b857b4803b78d41115c32d0acac7a9f | |
| parent | a1f995768c9c6030f738f3c24e598d2c3f91d264 (diff) | |
propellor spin
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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" |
