overlay coreos-base/update_engine: Drop symlink-usr USE flag

It's gone, assuming its enabled.
This commit is contained in:
Krzesimir Nowak 2024-06-28 11:53:21 +02:00
parent 35325ae5c6
commit 83341df9df
2 changed files with 2 additions and 6 deletions

View File

@ -20,7 +20,7 @@ SRC_URI=""
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
IUSE="cros_host +debug -delta_generator symlink-usr" IUSE="cros_host +debug -delta_generator"
RDEPEND="!coreos-base/coreos-installer RDEPEND="!coreos-base/coreos-installer
app-arch/bzip2 app-arch/bzip2
@ -85,11 +85,7 @@ src_test() {
src_install() { src_install() {
default default
if use symlink-usr; then dosym bin/flatcar-postinst /usr/postinst
dosym sbin/flatcar-postinst /usr/postinst
else
dosym usr/sbin/flatcar-postinst /postinst
fi
systemd_dounit systemd/update-engine.service systemd_dounit systemd/update-engine.service
systemd_dounit systemd/update-engine-stub.service systemd_dounit systemd/update-engine-stub.service