summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-31 17:12:47 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-02-03 13:15:08 +0100
commit56f336e32e23cc680c1f47e81661588e02f5468d (patch)
tree082972bea384c6fb2ddb2b935b259457d5e6f2d4
parent1e5bc10b1ae485b13f92e6a347969e5089c37d82 (diff)
downloadmewix-56f336e32e23cc680c1f47e81661588e02f5468d.tar.gz
mewix-56f336e32e23cc680c1f47e81661588e02f5468d.tar.xz
mewix-56f336e32e23cc680c1f47e81661588e02f5468d.zip
libarchive: provide tar and cpio
-rw-r--r--def/a/libarchive5
1 files changed, 5 insertions, 0 deletions
diff --git a/def/a/libarchive b/def/a/libarchive
index fd3eadf..da65563 100644
--- a/def/a/libarchive
+++ b/def/a/libarchive
@@ -1,3 +1,8 @@
 pkgname=libarchive
 version=3.4.0
 distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.gz"
+
+post_install() {
+  ln -s bsdtar ${DESTDIR}/usr/bin/tar
+  ln -s bsdcpio ${DESTDIR}/usr/bin/cpio
+}