Skip to content
Snippets Groups Projects
Verified Commit 01007e37 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Windows package: avoid prompts from unzip that cause build failures

Unpacked files may already be present due to GitLab CI caching.

Bug introduced in 39c2cba1.
parent d5a3a8e1
No related branches found
No related tags found
No related merge requests found
Pipeline #8650 passed
......@@ -198,7 +198,7 @@ tarballs/x13as_ascii-v$(X13AS_VERSION).zip:
wget $(WGET_OPTIONS) -O $@ https://www2.census.gov/software/x-13arima-seats/x13as/windows/program-archives/$(notdir $@)
lib64/x13as/x13as.exe: tarballs/x13as_ascii-v$(X13AS_VERSION).zip
unzip -d lib64 $<
unzip -o -d lib64 $<
mv lib64/x13as/x13as_ascii.exe $@
x13as: lib64/x13as/x13as.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment