diff options
-rw-r--r-- | recipes-containers/lxc/lxc_2.0.0.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb index f34d9bca..7ec9cb97 100644 --- a/recipes-containers/lxc/lxc_2.0.0.bb +++ b/recipes-containers/lxc/lxc_2.0.0.bb | |||
@@ -93,10 +93,9 @@ RDEPENDS_${PN}-templates += "bash" | |||
93 | 93 | ||
94 | ALLOW_EMPTY_${PN}-networking = "1" | 94 | ALLOW_EMPTY_${PN}-networking = "1" |
95 | 95 | ||
96 | FILES_${PN}-setup += "/etc/tmpfiles.d" | 96 | FILES_${PN}-setup += "${sysconfdir}/tmpfiles.d" |
97 | FILES_${PN}-setup += "/lib/systemd/system" | 97 | FILES_${PN}-setup += "${systemd_system_unitdir}" |
98 | FILES_${PN}-setup += "/usr/lib/systemd/system" | 98 | FILES_${PN}-setup += "${sysconfdir}/init.d" |
99 | FILES_${PN}-setup += "/etc/init.d" | ||
100 | 99 | ||
101 | PRIVATE_LIBS_${PN}-ptest = "liblxc.so.1" | 100 | PRIVATE_LIBS_${PN}-ptest = "liblxc.so.1" |
102 | 101 | ||