bsdtar: reduce cd call

Since the SOURCE "bsdtar" is relative, TARGET "$1/usr/bin/tar" will look
for bsdtar in the same directory. Which should and does work.
This commit is contained in:
Muhammad Herdiansyah 2019-06-24 10:36:39 +07:00
parent 3ce0e390a3
commit 607d8c335e

View File

@ -8,5 +8,4 @@
make
make DESTDIR="$1" install
(cd "$1/usr/bin"; ln -s bsdtar "$1/usr/bin/tar")
ln -s bsdtar "$1/usr/bin/tar"