diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 22:40:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 22:40:55 -0400 |
| commit | 8cc18e40e41d6d89ec4c1b4fbe8144a68fa8b034 (patch) | |
| tree | 8235055329a7e4060d884879e5eeedff8d816be7 | |
| parent | 4d4ded36d2f8d924ecff962b65c0e08386518954 (diff) | |
propellor spin
| -rw-r--r-- | Property/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs index c82c1ab0..92279aeb 100644 --- a/Property/JoeySites.hs +++ b/Property/JoeySites.hs @@ -17,7 +17,7 @@ oldUseNetshellBox = check (not <$> Apt.isInstalled "oldusenet") $ , "cd /root/tmp/oldusenet/source/" , "dpkg-buildpackage -us -uc" , "dpkg -i ../oldusenet*.deb || true" - , "apt-get -f install" -- dependencies + , "apt-get -fy install" -- dependencies , "rm -rf /root/tmp/oldusenet" ] `describe` "olduse.net built" ] |
