Fix build with new linux system

pull/376/head
connor rigby 2017-12-04 12:07:58 -08:00 committed by Connor Rigby
parent 48994c56c5
commit f14867eda5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ FIRM_FILE_REL=$REL_DIR/farmbot-$SYSTEM-$VERSION.fw # where we want our formatted
FIRM_FILE_REL_IMG=$REL_DIR/farmbot-$SYSTEM-$VERSION.img # same as the above file, but a .img file
SYSTEM_DIR=nerves/NERVES_SYSTEM_$SYSTEM # the NERVES_SYSTEM build dir
SYSTEM_TAR=$SYSTEM_DIR/nerves_system_$SYSTEM.tar.gz # the archive generated by `make system`
SYSTEM_TAR=$SYSTEM_DIR/nerves_system_farmbot_$SYSTEM.tar.gz # the archive generated by `make system`
SYSTEM_TAR_REL=$REL_DIR/farmbot.rootfs-$SYSTEM-$VERSION.tar.gz # where we want our outputted archive to be
# copy the firmware file to the release file