aboutsummaryrefslogtreecommitdiffstats
path: root/buildApp.sh
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2014-04-16 20:36:39 +0700
committerzefanja <zefanja@freenet.de>2014-04-16 20:36:39 +0700
commit339fc68000afa75cadd361e4b6d19d232c309ea0 (patch)
tree83d7d4765320ff6190fab9050a485f6dd47be73a /buildApp.sh
parent9d42b1160a25aa65785b13e19d5d62ad83aac545 (diff)
downloadbiblez-ng-339fc68000afa75cadd361e4b6d19d232c309ea0.tar.gz
* update buildApp.sh
Diffstat (limited to 'buildApp.sh')
-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