From 2a679322c5e656fd7f5ddffd9ec14400c313a608 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 7 Apr 2012 22:28:19 +0000 Subject: 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 --- tools/pwg_rel_create.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tools/pwg_rel_create.sh') 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 -- cgit v1.2.3