Skip to content
Snippets Groups Projects
Commit 30fbcfa1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Contribs: fix fluidlite rules

parent 3f9fe8b3
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,10 @@ $(TARBALLS)/fluidlite-$(FLUID_HASH).tar.xz:
DEPS_fluidlite = ogg $(DEPS_ogg)
fluidlite: fluidlite-git.tar.xz .sum-fluidlite
rm -Rf $@-git
mkdir -p $@-git
$(XZCAT) "$<" | (cd $@-git && tar xv --strip-components=1)
fluidlite: fluidlite-$(FLUID_HASH).tar.xz .sum-fluidlite
rm -Rf $@-$(FLUID_HASH)
mkdir -p $@-$(FLUID_HASH)
$(XZCAT) "$<" | (cd $@-$(FLUID_HASH) && tar xv --strip-components=1)
$(MOVE)
.fluidlite: fluidlite toolchain.cmake
......
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