Skip to content

Commit

Permalink
change perms on /usr/bin/screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vinichenko committed Oct 9, 2016
1 parent 070996e commit 74dcaa4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app-misc/screen/screen-4.4.0.ebuild
Expand Up @@ -94,13 +94,8 @@ src_install() {

dobin screen

if use multiuser || use prefix
then
fperms 4755 /usr/bin/screen
else
fowners root:utmp /usr/bin/screen
fperms 2755 /usr/bin/screen
fi

fperms 4755 /usr/bin/screen

insinto /usr/share/screen
doins terminfo/{screencap,screeninfo.src}
Expand Down

0 comments on commit 74dcaa4

Please sign in to comment.