Changeset 17214

Show
Ignore:
Timestamp:
08/21/08 15:23:51 (3 months ago)
Author:
piotras
Message:

Follow own static dir.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/build/installMidcomCore.php

    r14773 r17214  
    141141         * Make symlinks for the static files 
    142142         */ 
    143         $dirs = $this->get_module_dirs($this->from . "/../static"); 
     143        $dirs = $this->get_module_dirs($this->from . "/static"); 
    144144         
    145145        foreach ($dirs as $dir => $value) { 
    146             $from =  "{$this->from}/../static/$dir"; 
     146            $from =  "{$this->from}/static/$dir"; 
    147147            $to   =  "{$this->static_dir}/$dir";    
    148148            $this->make_symlink($from, $to);