commit 4af89e0cace0d638d6793a6d8fecd475e263d693
Author: Arthur Edelstein <[email protected]>
Date: Mon Jun 2 11:40:31 2014 -0700
Fix #12172: Enhance makepkg.sh to create the pkg directory if doesn't
already exist
---
makexpi.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/makexpi.sh b/makexpi.sh
index 580bcf5..4d01e2c 100755
--- a/makexpi.sh
+++ b/makexpi.sh
@@ -17,6 +17,8 @@ cd ../..
# create .xpi
echo ---------- create $APP_NAME.xpi ----------
+# create the pkg directory if it doesn't exist yet
+mkdir -p pkg
cd src
echo zip -X -9r ../pkg/$XPI_NAME ./ -x "chrome/*" -x "*.diff" -x "*.svn/*"
zip -X -9r ../pkg/$XPI_NAME ./ -x "*.svn/*" -x "*.diff" -x
"components/torRefSpoofer.js" #-x "chrome/*"
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits