Bug 1426321 - Explicitly enable tar wildcard support when repacking proguard. r=nalexander

While on Centos --wildcards is the default, it is not on Debian.

--HG--
extra : rebase_source : cff03dfb587d295c4e8f8893948a9775d6e5e8b5
This commit is contained in:
Mike Hommey 2017-12-20 16:01:51 +09:00
Родитель 68f2d0d8de
Коммит a588499893
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ wget $URL
echo "$SHA256SUM $ARCHIVE" | sha256sum -c -
# Just the file we need.
tar zxvf $ARCHIVE '*/proguard.jar'
tar --wildcards -zxvf $ARCHIVE '*/proguard.jar'
# The archive is to satisfy source distribution requirements.
mv $ARCHIVE $UPLOAD_DIR