[vlc-commits] Contribs: fix fluidlite rules
Jean-Baptiste Kempf
git at videolan.org
Tue Feb 21 18:28:31 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 21 18:28:10 2017 +0100| [30fbcfa145f8844ff752054d7ca07ed4c7f8b8c7] | committer: Jean-Baptiste Kempf
Contribs: fix fluidlite rules
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30fbcfa145f8844ff752054d7ca07ed4c7f8b8c7
---
contrib/src/fluidlite/rules.mak | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/contrib/src/fluidlite/rules.mak b/contrib/src/fluidlite/rules.mak
index b40df71..bbf91a0 100644
--- a/contrib/src/fluidlite/rules.mak
+++ b/contrib/src/fluidlite/rules.mak
@@ -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
More information about the vlc-commits
mailing list