propellor spin

This commit is contained in:
Joey Hess 2014-03-30 22:40:55 -04:00
parent 4d4ded36d2
commit 8cc18e40e4
1 changed files with 1 additions and 1 deletions

View File

@ -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"
]