| 162 | } |
| 163 | |
| 164 | bool file_tmpl::create_other() |
| 165 | { |
| 166 | if (!copy_and_replace("setup-other.sh", "setup.sh", true)) { |
| 167 | return false; |
| 168 | } |
| 169 | |
| 170 | acl::string path(project_name_); |
| 171 | path += ".cf"; |
| 172 | return copy_and_replace("master_other.cf", path); |
| 173 | } |
| 174 | |
| 175 | bool file_tmpl::file_copy(const char* from, const char* to_in) |
| 176 | { |