File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def configure_step(self):
128128 return
129129
130130 # CMake will search a previous install directory for Amber-compiled libs. We will therefore
131- # manually empty the install directory prior to configuration.
131+ # manually clean the install directory prior to configuration.
132132 clean_dir (self .installdir )
133133
134134 external_libs_list = []
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ def install_step(self, src=None):
109109 install_path = self .installdir
110110 install_logmsg = "Merging tarball contents of %s into %s..."
111111 elif self .cfg ['install_type' ] is None :
112- # Empty and copy root of installation directory (default)
112+ # Clean and copy root of installation directory (default)
113113 install_path = self .installdir
114- install_logmsg = "Copying tarball contents of %s into %s after emptying it..."
114+ install_logmsg = "Copying tarball contents of %s into %s after cleaning it..."
115115 clean_dir (install_path )
116116 else :
117117 raise EasyBuildError ("Unknown option '%s' for index_type." , self .cfg ['install_type' ])
You can’t perform that action at this time.
0 commit comments