Skip to content
Snippets Groups Projects
Commit 6d864f7b authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix linux packaging

parent 90a2a2f6
No related branches found
No related tags found
No related merge requests found
......@@ -1468,12 +1468,8 @@ def construct(self):
debpkgdir = os.path.join(pkgdir, "lib", "debug")
with self.prefix(src=relpkgdir, dst="lib"):
self.path("libapr-1.so")
self.path("libapr-1.so.0")
self.path("libapr-1.so.0.4.5")
self.path("libaprutil-1.so")
self.path("libaprutil-1.so.0")
self.path("libaprutil-1.so.0.4.1")
self.path("libapr-1.so*")
self.path("libaprutil-1.so*")
self.path("libdb*.so")
self.path("libexpat.so.*")
self.path("libGLOD.so")
......@@ -1515,12 +1511,8 @@ def construct(self):
debpkgdir = os.path.join(pkgdir, "lib", "debug")
with self.prefix(src=relpkgdir, dst="lib"):
self.path("libapr-1.so")
self.path("libapr-1.so.0")
self.path("libapr-1.so.0.4.5")
self.path("libaprutil-1.so")
self.path("libaprutil-1.so.0")
self.path("libaprutil-1.so.0.4.1")
self.path("libapr-1.so*")
self.path("libaprutil-1.so*")
self.path("libexpat.so.*")
self.path("libGLOD.so")
self.path("libSDL2*.so*")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment