Show
Ignore:
Timestamp:
10/22/07 12:38:15 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 5130 via svnmerge from
http://svn.freepbx.org/modules/branches/2.3

........

r5130 | p_lindheimer | 2007-10-22 09:37:01 -0700 (Mon, 22 Oct 2007) | 1 line


remove CHANGES so mv doesn't fail

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4

    • Property svnmerge-integrated changed from /modules/branches/2.3:1-5080,5111,5128 to /modules/branches/2.3:1-5080,5111,5128,5130
  • modules/branches/2.4/publish.pl

    r5129 r5131  
    2323    # TODO: ADD FOP until we can get into a module 
    2424    # 
    25     if (system("rm -rf $framework/agi-bin $framework/bin $framework/htdocs $framework/htdocs_panel $framework/upgrades $framework/libfreepbx.install.php")) { 
     25    if (system("rm -rf $framework/agi-bin $framework/bin $framework/htdocs $framework/htdocs_panel $framework/upgrades $framework/libfreepbx.install.php $framework/CHANGES")) { 
    2626      die "FATAL: failed to remove previoulsly exported directories\n"; 
    2727    }