Skip to content

Commit

Permalink
master.sh: Fix ppc build after 0048dab
Browse files Browse the repository at this point in the history
  • Loading branch information
NHellFire committed Sep 8, 2017
1 parent 0048dab commit 6fdca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ fi

rm -rf $OUTDIR
mkdir -p $OUTDIR
cp -v "$BR2_BZIMAGE" "$OUTDIR/$BZIMAGE_DIR/dban.bzi"
cp -r isoroot/generic/* $OUTDIR/
cp -r $INDIR/* $OUTDIR/
cp -v "$BR2_BZIMAGE" "$OUTDIR/$BZIMAGE_DIR/dban.bzi"
mkisofs -o "$OUTNAME" "${MKISOFS_ARGS[@]}" "$OUTDIR"
[ "$ISOHYBRID" = "1" ] && ./isohybrid "$OUTNAME"
ls -ll "$OUTNAME"

0 comments on commit 6fdca2a

Please sign in to comment.