From 702658680db0755396e7913aeb7f239713a522f4 Mon Sep 17 00:00:00 2001 From: Gautham Date: Thu, 17 Aug 2023 19:21:29 -0500 Subject: [PATCH] mkdir -p --- cpy311-datasette/superconfigure | 2 +- cpy311-pypack1/superconfigure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpy311-datasette/superconfigure b/cpy311-datasette/superconfigure index 7ecb391..8f1dd45 100755 --- a/cpy311-datasette/superconfigure +++ b/cpy311-datasette/superconfigure @@ -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 diff --git a/cpy311-pypack1/superconfigure b/cpy311-pypack1/superconfigure index 24ea99a..e164b77 100755 --- a/cpy311-pypack1/superconfigure +++ b/cpy311-pypack1/superconfigure @@ -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