mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-07 00:04:45 +03:00
app-i18n/fbterm: suidctl compat
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
parent
968a5d9ecd
commit
80cfc5cfaa
@ -27,7 +27,7 @@ BDEPEND="virtual/pkgconfig"
|
||||
PATCHES=( "${FILESDIR}"/${PN}-autoconf-2.68.patch )
|
||||
|
||||
FILECAPS=(
|
||||
-m u+s cap_sys_tty_config+ep usr/bin/${PN}
|
||||
-M u-s cap_sys_tty_config+ep usr/bin/${PN}
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
@ -48,6 +48,11 @@ src_compile() {
|
||||
emake AR="$(tc-getAR)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
fperms u+s /usr/bin/${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
fcaps_pkg_postinst
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user