From a496f00049d2e2d8326e94c55b6fd0fccd252390 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 22 Aug 2010 23:43:16 +0200 Subject: iptables: dont fail do_install if there is no /xtables/* Signed-off-by: Martin Jansa --- recipes/iptables/iptables_1.4.9.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') 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 +} -- cgit 1.2.3-korg