mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
overlay coreos-base/update_engine: Drop symlink-usr USE flag
It's gone, assuming its enabled.
This commit is contained in:
parent
35325ae5c6
commit
83341df9df
@ -20,7 +20,7 @@ SRC_URI=""
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="cros_host +debug -delta_generator symlink-usr"
|
||||
IUSE="cros_host +debug -delta_generator"
|
||||
|
||||
RDEPEND="!coreos-base/coreos-installer
|
||||
app-arch/bzip2
|
||||
@ -85,11 +85,7 @@ src_test() {
|
||||
src_install() {
|
||||
default
|
||||
|
||||
if use symlink-usr; then
|
||||
dosym sbin/flatcar-postinst /usr/postinst
|
||||
else
|
||||
dosym usr/sbin/flatcar-postinst /postinst
|
||||
fi
|
||||
dosym bin/flatcar-postinst /usr/postinst
|
||||
|
||||
systemd_dounit systemd/update-engine.service
|
||||
systemd_dounit systemd/update-engine-stub.service
|
||||
|
Loading…
Reference in New Issue
Block a user