Make tar invocation work with Busybox tar version

merge-requests/83/head
Olaf Meeuwissen 2019-06-06 20:50:29 +09:00
rodzic 03591a4c4a
commit 165aad31bc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ prepare:
script:
- mkdir build
- cd build
- tar xaf ../sane-backends-*.tar.gz --strip-components=1
- tar xzf ../sane-backends-*.tar.gz --strip-components=1
- ./configure $CONFIGURE_OPTS
- make -j2 -k $MAKE_FLAGS