Skip to content

Commit

Permalink
Merge pull request #2190 from mariux64/add-json-c-compatibility-package
Browse files Browse the repository at this point in the history
Add json-c compatibility package for `libjson-c.so.2`
  • Loading branch information
pmenzel authored Aug 24, 2021
2 parents 6a15eaa + babcdc4 commit f3f2094
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions json-c_compat-0.12.1-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env beesh

mee_install() {
cd ${D}
tar xvpf /src/mariux/beeroot/packages/json-c-0.12.1-0.x86_64.bee.tar.bz2 \
/usr/lib/libjson-c.so.2 \
/usr/lib/libjson-c.so.2.0.2
}

0 comments on commit f3f2094

Please sign in to comment.