#!/bin/bash

FORCE_UNSAFE_CONFIGURE=1 \
./configure --prefix=/usr \
            --bindir=/bin

make

make -j1 install
make -C doc install-html docdir=/usr/share/doc/tar-"${VERSION}"