mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 22:46: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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user