scripts/image: forgot to cleanup build of nano here

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-20 02:09:27 +01:00
parent 9279ae0f98
commit 1411d1ddc3

View File

@ -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