Changeset 17

Show
Ignore:
Timestamp:
09/21/07 13:14:34 (6 years ago)
Author:
d0nut
Message:

small bugfixes

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • make_package.sh

    r13 r17  
    4343# package requirements 
    4444if [ -d "requirements" ]; then 
    45         TAR_STRING="$TAR_STRING optionals/*.tar.gz" 
     45        TAR_STRING="$TAR_STRING requirements/*.tar.gz" 
    4646        cd requirements 
    47         dirs=`find requirements -mindepth 1 -maxdepth 1 -type d | grep -v .svn` 
     47        dirs=`find . -mindepth 1 -maxdepth 1 | grep -v .svn` 
    4848        cd .. 
    4949 
     
    8585        mv it.xml it.tmp 
    8686        sed "s/VERSION/$VERSION/" it.tmp > it.xml 
     87fi 
     88if [ -f "fr.xml" ]; then 
     89        mv fr.xml fr.tmp 
     90        sed "s/VERSION/$VERSION/" fr.tmp > fr.xml 
    8791fi 
    8892 
     
    128132        mv it.tmp it.xml 
    129133fi 
     134if [ -f "fr.xml" ]; then 
     135        mv fr.tmp fr.xml 
     136fi 
    130137 
    131138# remove tmp files 
  • publicseorewriter/files/lib/page/PublicSEORewriter.class.php

    r1 r17  
    1212 * @author      Torben Brodt 
    1313 * @package     de.easy-coding.wbb.data.page.util 
     14 * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> 
    1415 */ 
    1516class PublicSEORewriter extends WBBSEORewriter {