sys-process/htop: use relative path for fcap

Closes: https://bugs.gentoo.org/956638
Signed-off-by: Sungjoon Moon <sumoon@seoulsaram.org>
Part-of: https://github.com/gentoo/gentoo/pull/42260
Closes: https://github.com/gentoo/gentoo/pull/42260
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sungjoon Moon
2025-05-26 10:15:04 +00:00
committed by Sam James
parent de722b1915
commit 5d17472a8d
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
fcaps cap_sys_ptrace /usr/bin/${PN}
fcaps cap_sys_ptrace usr/bin/${PN}
optfeature "Viewing processes accessing certain files" sys-process/lsof
}

View File

@@ -96,7 +96,7 @@ pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
fcaps cap_sys_ptrace /usr/bin/${PN}
fcaps cap_sys_ptrace usr/bin/${PN}
optfeature "Viewing processes accessing certain files" sys-process/lsof
}