Windows package: avoid prompts from unzip that cause build failures

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

Bug introduced in 39c2cba1b6.
remove-submodule
Sébastien Villemot 2023-06-21 16:36:22 +02:00
parent d5a3a8e16a
commit 01007e3776
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -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