From 23ab0d6a49d623845add37f93fdc9218733cc63f Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Thu, 1 Mar 2007 05:28:00 +0000 Subject: [PATCH] rootfs_ipk.bbclass: placate Fedora Core 5 by removing only the contents of the oe-feed directory and not the directory itself. --- classes/rootfs_ipk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass index eeb2f3f4c4..4f9af8864c 100644 --- a/classes/rootfs_ipk.bbclass +++ b/classes/rootfs_ipk.bbclass @@ -46,7 +46,7 @@ rootfs_create_combined_feed() { # To catch deleted / changed packages, we have to completly rebuild # the symlinks every time. - test -d "${DEPLOY_DIR}/oe-feed" && rm -rf "${DEPLOY_DIR}/oe-feed/" + test -d "${DEPLOY_DIR}/oe-feed" && rm -rf "${DEPLOY_DIR}/oe-feed/*" case "${DEPLOY_ENABLE_OEFEED}" in 1) MAKE_INDEX_TYPE="fast" ;; -- 2.39.5