This commit is contained in:
Joey Hess 2014-07-05 17:56:44 -04:00
parent 6e300a82a4
commit 4bb659682e
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $
, "dpkg -i ../" ++ pkg ++ "_*.deb || true"
, "apt-get -fy install" -- dependencies
, "rm -rf /root/tmp/oldusenet"
-- screen fails unless the directory has this mode.
-- not sure what's going on.
, "chmod 777 /var/run/screen"
] `describe` "olduse.net built"
]