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 Aug 31, 2023
1 parent 1b368e7 commit 4b2e49f
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 4b2e49f

Please sign in to comment.