mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
podman: Fix missing brace in FILES
When converting to use {systemd_user_unitdir}, the closing brace was omitted Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
c07eefe02f
commit
74455bb615
|
@ -134,7 +134,7 @@ do_install_ptest () {
|
|||
FILES:${PN} += " \
|
||||
${systemd_unitdir}/system/* \
|
||||
${nonarch_libdir}/systemd/* \
|
||||
${systemd_user_unitdir/* \
|
||||
${systemd_user_unitdir}/* \
|
||||
${nonarch_libdir}/tmpfiles.d/* \
|
||||
${datadir}/user-tmpfiles.d/* \
|
||||
${sysconfdir}/cni \
|
||||
|
|
Loading…
Reference in New Issue
Block a user