2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-13 08:10:12 +00:00
repo/core/bsdtar/build

10 lines
122 B
Plaintext
Raw Normal View History

2019-06-23 17:56:31 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
2019-06-23 18:15:51 +00:00
ln -s "$1/usr/bin/bsdtar" "$1/usr/bin/tar"