Skip to content

Commit

Permalink
bzip2: Add symlink for missing shared object
Browse files Browse the repository at this point in the history
Special request from Roman Schulte-Sasse to fix the error below.

```
/project/salmonella/RBPPred/ncbi-blast-2.2.30+/bin/psiblast:
error while loading shared libraries: libbz2.so.1: cannot open shared object file: No such file or directory
```
  • Loading branch information
david authored and pmenzel committed Jan 16, 2017
1 parent dbff83c commit 70741dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bzip2.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION bzip2-1.0.6-3
# BEE_VERSION bzip2-1.0.6-4

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -76,6 +76,8 @@ mee_install() {

ln -sv libbz2.so.1.0 ${D}${LIBDIR}/libbz2.so

ln -sv libbz2.so.1.0.6 ${D}${LIBDIR}/libbz2.so.1

rm -v ${D}${BINDIR}/{bunzip2,bzcat}

ln -sv bzip2 ${D}${BINDIR}/bunzip2
Expand Down

0 comments on commit 70741dd

Please sign in to comment.