Changeset 9976
- Timestamp:
- 06/28/10 14:15:58 (3 years ago)
- Files:
-
- modules/branches/2.8/publish.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/publish.pl
r9748 r9976 88 88 die "FATAL: failed to trim bin/retrieve_op_conf_from_mysql.pl\n"; 89 89 } 90 if (system("rm -rf $framework/bin/retrieve_op_conf_from_mysql.php")) { 91 die "FATAL: failed to trim bin/retrieve_op_conf_from_mysql.php\n"; 92 } 90 93 } 91 94 if ($moddir =~ /$fw_fop/) { … … 104 107 if (system("mv $fw_fop/tmp/retrieve_op_conf_from_mysql.pl $fw_fop/bin")) { 105 108 die "FATAL: failed to mv retrieve_op_conf_from_mysql.pl to $fw_fop/bin\n"; 109 } 110 if (system("mv $fw_fop/tmp/retrieve_op_conf_from_mysql.php $fw_fop/bin")) { 111 die "FATAL: failed to mv retrieve_op_conf_from_mysql.php to $fw_fop/bin\n"; 106 112 } 107 113 if (system("rm -rf $fw_fop/tmp")) {
