aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/iptables')
-rw-r--r--recipes/iptables/iptables_1.4.9.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/iptables/iptables_1.4.9.1.bb b/recipes/iptables/iptables_1.4.9.1.bb
index 8e01b59ca6..b51c5a4da2 100644
--- a/recipes/iptables/iptables_1.4.9.1.bb
+++ b/recipes/iptables/iptables_1.4.9.1.bb
@@ -10,6 +10,6 @@ SRC_URI[iptables-1.4.9.1.sha256sum] = "0550f7ba7a170811dcf9b2df65036999786d84040
do_install_append() {
install -d ${D}${docdir}/xtables
- mv ${D}${datadir}/xtables/* ${D}${docdir}/xtables/
+ mv ${D}${datadir}/xtables/* ${D}${docdir}/xtables/ || echo "No ${D}${datadir}/xtables/* here"
rm -fr ${D}${datadir}/xtables
-} \ No newline at end of file
+}