[torbutton/master] Fix #12172: Enhance makepkg.sh to create the pkg directory if doesn't already exist

5 Jun
2014
5 Jun
'14
10:26 a.m.
commit 4af89e0cace0d638d6793a6d8fecd475e263d693 Author: Arthur Edelstein <arthuredelstein@gmail.com> 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/*"
3999
Age (days ago)
3999
Last active (days ago)
0 comments
1 participants
participants (1)
-
mikeperry@torproject.org