mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-i18n/fbterm: fcaps -m u+s
Bug: https://bugs.gentoo.org/811105 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@@ -27,7 +27,7 @@ BDEPEND="virtual/pkgconfig"
|
||||
PATCHES=( "${FILESDIR}"/${PN}-autoconf-2.68.patch )
|
||||
|
||||
FILECAPS=(
|
||||
cap_sys_tty_config+ep usr/bin/${PN}
|
||||
-m u+s cap_sys_tty_config+ep usr/bin/${PN}
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
@@ -48,12 +48,6 @@ src_compile() {
|
||||
emake AR="$(tc-getAR)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
use filecaps || fperms u+s /usr/bin/${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
fcaps_pkg_postinst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user