manifests/bootupd: Drop unnecessary /
It's not supported to pass anything other than `/` now, and the argument has been optional for some time.
This commit is contained in:
parent
81f18f50c8
commit
d933e13974
|
|
@ -28,4 +28,4 @@ postprocess:
|
||||||
# Until we have https://github.com/coreos/rpm-ostree/pull/2275
|
# Until we have https://github.com/coreos/rpm-ostree/pull/2275
|
||||||
mkdir -p /run
|
mkdir -p /run
|
||||||
# Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload
|
# Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload
|
||||||
/usr/bin/bootupctl backend generate-update-metadata /
|
/usr/bin/bootupctl backend generate-update-metadata
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue