Skip to content

Commit

Permalink
Build script dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
p-sam committed Apr 18, 2020
1 parent 5ae58a0 commit ced5d4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pushd "$ROOT_DIR/sysmodule"
make -j$CORES
popd > /dev/null

mkdir -p "$DIST_DIR/$TITLE_ID/flags"
cp -vf "$ROOT_DIR/sysmodule/out/sys-clk.nsp" "$DIST_DIR/$TITLE_ID/exefs.nsp"
>"$DIST_DIR/$TITLE_ID/flags/boot2.flag"
mkdir -p "$DIST_DIR/atmosphere/contents/$TITLE_ID/flags"
cp -vf "$ROOT_DIR/sysmodule/out/sys-clk.nsp" "$DIST_DIR/atmosphere/contents/$TITLE_ID/exefs.nsp"
>"$DIST_DIR/atmosphere/contents/$TITLE_ID/flags/boot2.flag"

echo "*** assets ***"
mkdir -p "$DIST_DIR/config/sys-clk"
Expand Down

0 comments on commit ced5d4e

Please sign in to comment.