Commit dd9e78e0 authored by Rafaël Carré's avatar Rafaël Carré

contribs: make sure destdir exists when unpacking directx headers

parent 54cd05eb
......@@ -2104,6 +2104,7 @@ DISTCLEAN_PKG += dirac-$(DIRAC_VERSION).tar.gz
win32-dx7headers.tgz:
$(WGET) $(DX_HEADERS_URL)
.dx_headers: win32-dx7headers.tgz
mkdir -p $(PREFIX)/include
tar xzf $< -C $(PREFIX)/include
touch $@
CLEAN_FILE += .dx_headers
......
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