Skip to content

Commit

Permalink
mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Aug 18, 2023
1 parent 9f7f4d3 commit 7026586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpy311-datasette/superconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd "$FOLDER"

# run make and/or make install
make -s -j2
mkdir dummy
mkdir -p dummy
cp -r build/lib* ./dummy
cp ./datasette $COSMOS/bin

Expand Down
2 changes: 1 addition & 1 deletion cpy311-pypack1/superconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd $FOLDER

# run make and/or make install
make -s -j2
mkdir dummy
mkdir -p dummy
cp -r build/lib* ./dummy
cp ./python $COSMOS/bin

Expand Down

0 comments on commit 7026586

Please sign in to comment.