diff options
author | plegall <plg@piwigo.org> | 2012-04-07 22:28:19 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-04-07 22:28:19 +0000 |
commit | 2a679322c5e656fd7f5ddffd9ec14400c313a608 (patch) | |
tree | 863c204b8fe36238c754c142a3b78c71d56944bf | |
parent | 94084a893a6622e22c832ddc9764fa0239797574 (diff) |
merge r13971 from branch 2.3 to trunk
add package version -nochmod
git-svn-id: http://piwigo.org/svn/trunk@13972 68402e56-0260-453c-a942-63ccdbb3a9ee
-rwxr-xr-x | tools/pwg_rel_create.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/pwg_rel_create.sh b/tools/pwg_rel_create.sh index 74f2ca768..57a9f1cfa 100755 --- a/tools/pwg_rel_create.sh +++ b/tools/pwg_rel_create.sh @@ -31,13 +31,16 @@ cd $version svn export http://piwigo.org/svn/tags/$tag piwigo -chmod -R a+w piwigo/local mkdir piwigo/_data -chmod a+w piwigo/_data touch piwigo/_data/dummy.txt mkdir piwigo/upload + +zip -r $name-nochmod.zip piwigo + +chmod -R a+w piwigo/local +chmod a+w piwigo/_data chmod a+w piwigo/upload zip -r $name.zip piwigo |