Skip to content
Snippets Groups Projects
Commit b647bcb6 authored by Stefan Anzinger's avatar Stefan Anzinger
Browse files

Make unpack of tar more agnostic

parent a0c81d56
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ endif
libcommon: $(PKGDIR)
$(PKGDIR): $(PKGTAR)
tar xf $(PKGTAR) -C $(FASTR_LIBDIR)
(mkdir -p $(FASTR_LIBDIR) && cd $(FASTR_LIBDIR) && tar xf -) < $(PKGTAR)
touch $(FASTR_LIBDIR)/$(PKG)
$(OBJ):
......
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