Skip to content
Snippets Groups Projects
Commit e76f2c7d authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: fail the build if prebuilt fail

In some cases the tarballs are corrupted. If the extraction of the tarball
fails the build will fail (or may use part of an old extraction).

The `-` was introduced in 5d2ed11e.
parent 400cbaa4
No related branches found
No related tags found
1 merge request!2487contrib: fail the build if prebuilt fail
Pipeline #259183 passed with stage
in 1 hour, 5 minutes, and 58 seconds
......@@ -562,7 +562,7 @@ vlc-contrib-$(HOST)-latest.tar.bz2:
prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2
$(RM) -r $(PREFIX)
-$(UNPACK)
$(UNPACK)
mv $(HOST) $(PREFIX)
cd $(PREFIX) && $(abspath $(SRC))/change_prefix.sh
ifdef HAVE_WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment