This commit is contained in:
Joey Hess 2006-11-30 03:25:39 +00:00
parent 4d57f750f1
commit 6dc383b0df
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ make $LISTTARGET $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE
echo " ... building the images"
# Setting IMAGETARGET directly is deprecated; NOSOURCE is preferred
if [ -z "$INAGETARGET" ]; then
if [ -z "$IMAGETARGET" ]; then
if [ -n "$NOSOURCE" ] ; then
IMAGETARGET="bin-official_images"
fi