File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ before_install:
3838 - LIBGPG_ERROR_VERSION=1.32
3939 - cd /tmp
4040 - curl -s -O https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$LIBGPG_ERROR_VERSION.tar.bz2
41- - tar -Jxvf libgpg-error-$LIBGPG_ERROR_VERSION.tar.bz2
41+ - tar -jxvf libgpg-error-$LIBGPG_ERROR_VERSION.tar.bz2
4242 - cd libgpg-error-$LIBGPG_ERROR_VERSION
4343 - ./configure --prefix=$VIRTUAL_ENV
4444 - make && make install
@@ -47,7 +47,7 @@ before_install:
4747 - LIBASSUAN_VERSION=2.5.1
4848 - cd /tmp
4949 - curl -s -O https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-$LIBASSUAN_VERSION.tar.bz2
50- - tar -Jxvf libassuan-$LIBASSUAN_VERSION.tar.bz2
50+ - tar -jxvf libassuan-$LIBASSUAN_VERSION.tar.bz2
5151 - cd libassuan-$LIBASSUAN_VERSION
5252 - ./configure --prefix=$VIRTUAL_ENV
5353 - make && make install
@@ -56,7 +56,7 @@ before_install:
5656 - GPGME_VERSION
5757 - cd /tmp
5858 - curl -s -O https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$GPGME_VERSION.tar.bz2
59- - tar -Jxvf gpgme-$GPGME_VERSION
59+ - tar -jxvf gpgme-$GPGME_VERSION.tar.bz2
6060 - cd gpgme-$GPGME_VERSION
6161 - ./configure --prefix=$VIRTUAL_ENV
6262 - make && make install
You can’t perform that action at this time.
0 commit comments