Changeset 3063

Show
Ignore:
Timestamp:
03/07/06 13:23:40 (2 years ago)
Author:
bergius
Message:

Support also component named x.x.static

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/support/pear-package.php

    r2991 r3063  
    230230     
    231231    // Start the directory output 
    232     if ($dir_name == 'static') 
     232    if (   $dir_name == 'static' 
     233        && $config['prefix'] != '        ') 
    233234    { 
    234235        // All static files are handled through Role_Web