diff --git a/recipes/cyclonedds/all/conanfile.py b/recipes/cyclonedds/all/conanfile.py index 65969f370a022f..40b7435eb0ab4b 100644 --- a/recipes/cyclonedds/all/conanfile.py +++ b/recipes/cyclonedds/all/conanfile.py @@ -132,8 +132,8 @@ def package(self): cmake.install() copy(self, "LICENSE", self.source_folder, os.path.join(self.package_folder, "licenses")) rmdir(self, os.path.join(self.package_folder, "share")) - rmdir(self, os.path.join(self.package_folder, "lib","pkgconfig")) - rmdir(self, os.path.join(self.package_folder, "lib","cmake")) + rmdir(self, os.path.join(self.package_folder, "lib", "pkgconfig")) + rmdir(self, os.path.join(self.package_folder, "lib", "cmake")) if self.settings.os == "Windows" and self.options.shared: for dll in ("concrt*.dll", "msvcp*.dll", "vcruntime*.dll"): rm(self, dll, os.path.join(self.package_folder,"bin"))