Skip to content

Commit

Permalink
ofeli: fix license copying
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 1, 2023
1 parent 67ebb13 commit 5658394
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/ofeli/5.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ def build(self):
cmake.build()

def package(self):
copy(self, "COPYING",
dst=os.path.join(self.package_folder, "licenses"),
src=os.path.join(self.source_folder, "doc"))
copy(self, "COPYING", dst=os.path.join(self.package_folder, "licenses"), src=self.source_folder)
cmake = CMake(self)
cmake.install()
rename(self, os.path.join(self.package_folder, "share", "ofeli", "material"),
Expand Down

0 comments on commit 5658394

Please sign in to comment.