aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuildApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildApp.sh b/buildApp.sh
index c672b46..c7c7c66 100755
--- a/buildApp.sh
+++ b/buildApp.sh
@@ -8,7 +8,7 @@ echo "\033[1;32mBuilding for Firefox\033[0m"
cd ../..
#sh tools/deploy.sh -o github/app
rm -R github/app
-mkdir -R github/app
+mkdir -p github/app
cp -a deploy/biblez-ng/. github/app
cp manifest.desktop github/app/manifest.webapp
cp biblez.appcache github/app/biblez.appcache