Commit 5d2ed11e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: unpacking prebuilt can fail, notably on Win32

I don't have a cleaner way unfortunately
parent 45adae34
......@@ -348,7 +348,8 @@ vlc-contrib-$(HOST)-latest.tar.bz2:
$(call download,$(PREBUILT_URL))
prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2
$(UNPACK) && mv $(HOST) $(TOPDST)
-$(UNPACK)
mv $(HOST) $(TOPDST)
cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh
package: install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment