This commit is contained in:
Dave Kennedy 2016-01-26 15:49:29 -07:00
parent 04c5acbc7a
commit 03e0134644

View file

@ -92,7 +92,7 @@ EXCLUDES="\
if [ "$TARGET" == "/" ]
then
EXCLUDES+=" --exclude=$STAGE4_FILENAME"
EXCLUDES+=" --exclude=${STAGE4_FILENAME#/}"
fi
if [ ${EXCLUDE_CONNMAN} -eq 1 ]