summary refs log tree commit diff
path: root/def/a/libarchive
diff options
context:
space:
mode:
Diffstat (limited to 'def/a/libarchive')
-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
+}