From 1411d1ddc3987fe24d34cf244cd9a2cf4775d3a5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 20 Jan 2013 02:09:27 +0100 Subject: [PATCH] scripts/image: forgot to cleanup build of nano here Signed-off-by: Stephan Raue --- scripts/image | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/image b/scripts/image index 96266e3d02..dd46401e7a 100755 --- a/scripts/image +++ b/scripts/image @@ -148,9 +148,6 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION" # OEM packages [ "$OEM_SUPPORT" = "yes" ] && $SCRIPTS/install oem -# nano text editor - [ "$NANO_EDITOR" = "yes" ] && $SCRIPTS/install nano - # copy project related files to filesystem if [ -d "$PROJECT_DIR/$PROJECT/filesystem" ]; then cp -PR $PROJECT_DIR/$PROJECT/filesystem/* $INSTALL