summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2014-05-27 16:30:04 +0200
committerEdward Hervey <bilboed@bilboed.com>2014-06-17 11:13:14 +0200
commitda2b6fec50266cc2256cf957f2a459133e234003 (patch)
treed2e461a1143c3d8133ba3033108e5274c74366ca
parent8660450e04c166ba4e721d4bbe6bf4a7e677b297 (diff)
linux_bundle: remove hack for bzip2
-rw-r--r--cerbero/packages/linux_bundle.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/cerbero/packages/linux_bundle.py b/cerbero/packages/linux_bundle.py
index 3c4238a1..9bb58a2f 100644
--- a/cerbero/packages/linux_bundle.py
+++ b/cerbero/packages/linux_bundle.py
@@ -103,14 +103,6 @@ class LinuxBundler(PackagerBase):
shell.call("ln -s . usr", self.tmp_install_dir, fail=False)
- # FIXME Fix the root of that issue !
- # Make libbz2.so symlinks relative
- for command in ["rm libbz2.so libbz2.so.1.0",
- "ln -s libbz2.so.1.0.6 libbz2.so",
- "ln -s libbz2.so.1.0.6 libbz2.so.1.0",
- ]:
- shell.call(command, os.path.join(self.tmp_install_dir, "lib"), False)
-
# Make gd-pixbuf loader.cache file use relative paths
cache = os.path.join(self.tmp_install_dir, 'lib', 'gdk-pixbuf-2.0',
'2.10.0', 'loaders.cache')