aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/ufw/ufw_0.33.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb
index 2721f8fa73..66e917e315 100644
--- a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb
+++ b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb
@@ -32,10 +32,12 @@ RRECOMMENDS_${PN} = " \
kernel-module-ipv6 \
"
+# Certain items are explicitly put under /lib, not base_libdir when installed.
+#
FILES_${PN} += " \
${sbindir}/* \
${datadir}/ufw/* \
- ${base_libdir}/ufw/* \
+ /lib/ufw/* \
${sysconfdir}/ufw/* \
${sysconfdir}/default/ufw \
"