mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
sys-apps/policycoreutils: Drop unnecessary modification
The split-usr flag is disabled for all packages in generic images, so commenting out the symlink creation for split-usr images is not needed any more.
This commit is contained in:
parent
e48a011b84
commit
5ae5149cbe
@ -192,8 +192,7 @@ src_install() {
|
|||||||
rm -fR "${D}/etc/rc.d" || die
|
rm -fR "${D}/etc/rc.d" || die
|
||||||
|
|
||||||
# compatibility symlinks
|
# compatibility symlinks
|
||||||
# flatcar changes:
|
use split-usr && dosym ../../sbin/setfiles /usr/sbin/setfiles
|
||||||
# use split-usr && dosym ../../sbin/setfiles /usr/sbin/setfiles
|
|
||||||
|
|
||||||
bashcomp_alias setsebool getsebool
|
bashcomp_alias setsebool getsebool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user