linux5.{4,5}: tar is not an alternative anymore.

This commit is contained in:
Juan RP 2020-02-06 10:16:16 +01:00
parent 3140ea74d7
commit 978c512010
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368
2 changed files with 0 additions and 2 deletions

View file

@ -96,7 +96,6 @@ do_build() {
if [ "${_patchver}" ]; then
_version="EXTRAVERSION=${_patchver}"
fi
xbps-alternatives -g tar -s tar
export LDFLAGS=
make ARCH=$arch ${_version} ${_cross} ${makejobs} prepare
make ARCH=$arch ${_version} ${_cross} ${makejobs} ${_args}

View file

@ -98,7 +98,6 @@ do_build() {
if [ "${_patchver}" ]; then
_version="EXTRAVERSION=${_patchver}"
fi
xbps-alternatives -g tar -s tar
export LDFLAGS=
make ARCH=$arch ${_version} ${_cross} ${makejobs} prepare
make ARCH=$arch ${_version} ${_cross} ${makejobs} ${_args}