mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Fixed #3
This commit is contained in:
parent
04c5acbc7a
commit
03e0134644
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ EXCLUDES="\
|
|||
|
||||
if [ "$TARGET" == "/" ]
|
||||
then
|
||||
EXCLUDES+=" --exclude=$STAGE4_FILENAME"
|
||||
EXCLUDES+=" --exclude=${STAGE4_FILENAME#/}"
|
||||
fi
|
||||
|
||||
if [ ${EXCLUDE_CONNMAN} -eq 1 ]
|
||||
|
|
Loading…
Reference in a new issue