/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to release

  • Committer: Suren A. Chilingaryan
  • Date: 2010-02-24 03:00:46 UTC
  • Revision ID: csa@dside.dyndns.org-20100224030046-inoi9q9p2jnj1qku
Fix in release script

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
chgrp apache $RDIR/$rname/tmp
35
35
chmod 0775 $RDIR/$rname/tmp
36
36
(
 
37
    cd $RDIR/$rname
 
38
 
37
39
    make
38
40
    sed -i -e 's/^\(\s*$ADEI_RELEASE\s*=\s*\).*$/\1true;/g' config.php
39
41
 
40
 
    cd $RDIR/$rname
41
42
    rm config.actual.php
42
43
    rm config.override.php
43
44
    make -C apps/csv2root clean