fix screen dir mode

This commit is contained in:
Joey Hess 2014-12-23 15:29:23 -04:00
parent 9b9a3d6ea1
commit 35ccb0fac6
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $
, "rm -rf /root/tmp/oldusenet"
-- screen fails unless the directory has this mode.
-- not sure what's going on.
, "chmod 777 /var/run/screen"
, "chmod 775 /var/run/screen"
] `describe` "olduse.net built"
]