repo/core/bsdtar/build
2019-06-23 21:15:51 +03:00

10 lines
122 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
ln -s "$1/usr/bin/bsdtar" "$1/usr/bin/tar"