Changeset 5129 for modules/branches/2.4/publish.pl
- Timestamp:
- 10/22/07 12:33:54 (6 years ago)
- Files:
-
- modules/branches/2.4 (modified) (1 prop)
- modules/branches/2.4/publish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4
- Property svnmerge-integrated changed from /modules/branches/2.3:1-5080,5111 to /modules/branches/2.3:1-5080,5111,5128
modules/branches/2.4/publish.pl
r5126 r5129 57 57 if (system("mv $framework/tmp/libfreepbx.install.php $framework/")) { 58 58 die "FATAL: failed to mv libfreepbx.install.php to $framework\n"; 59 } 60 if (system("mv $framework/tmp/CHANGES $framework/")) { 61 die "FATAL: failed to mv CHANGES to $framework\n"; 59 62 } 60 63 if (system("rm -rf $framework/tmp")) {
