diff options
-rwxr-xr-x | tools/pwg_rel_create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pwg_rel_create.sh b/tools/pwg_rel_create.sh index 32effaa62..0dadbe759 100755 --- a/tools/pwg_rel_create.sh +++ b/tools/pwg_rel_create.sh @@ -33,7 +33,7 @@ fi mkdir $version # cvs export -r $tag -d $version phpwebgallery -svn export http://svn.gna.org/svn/phpwebgallery/tags/$tag $name +svn export http://piwigo.org/svn/tags/$tag $name # creating mysql.inc.php empty and writeable touch $name/include/mysql.inc.php chmod a+w $name/include/mysql.inc.php |