multi-kernel: more do_unpack unbreaking
authorKoen Kooi <koen@openembedded.org>
Wed, 8 Sep 2010 07:48:31 +0000 (09:48 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 8 Sep 2010 07:48:31 +0000 (09:48 +0200)
recipes/linux/files/configs/empty [moved from recipes/linux/files/configs/.empty with 100% similarity]
recipes/linux/multi-kernel.inc

index b8e09a1..44c5b16 100644 (file)
@@ -20,7 +20,7 @@ MULTI_CONFIG_BASE_SUFFIX = "multi-config-"
 do_compileconfigs () {
 
   # Compile and Install additional kernel configs if found
-  if [ -e ${WORKDIR}/configs/.empty ] ; then
+  if [ -e ${WORKDIR}/configs/empty ] ; then
        echo "No configs found in configs/ directory, skipping to regular build"
   else
        echo "Multiple configs found, building those first"