From: Mike Westerhof Date: Thu, 1 Mar 2007 05:28:00 +0000 (+0000) Subject: rootfs_ipk.bbclass: placate Fedora Core 5 by removing only the contents X-Git-Tag: Release-2010-05/1~9133^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ab0d6a49d623845add37f93fdc9218733cc63f;p=openembedded.git rootfs_ipk.bbclass: placate Fedora Core 5 by removing only the contents of the oe-feed directory and not the directory itself. --- 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" ;;