Skip to content

Commit 084562e

Browse files
author
Martin Valgur
committed
ofeli: fix license copying
1 parent 74de248 commit 084562e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

recipes/ofeli/5.x/conanfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ def build(self):
6666
cmake.build()
6767

6868
def package(self):
69-
copy(self, "COPYING",
70-
dst=os.path.join(self.package_folder, "licenses"),
71-
src=os.path.join(self.source_folder, "doc"))
69+
copy(self, "COPYING", dst=os.path.join(self.package_folder, "licenses"), src=self.source_folder)
7270
cmake = CMake(self)
7371
cmake.install()
7472
rename(self, os.path.join(self.package_folder, "share", "ofeli", "material"),

0 commit comments

Comments
 (0)