[vlc-commits] contrib: protobuf: make sure we move the version we uncompressed
    Steve Lhomme 
    git at videolan.org
       
    Fri Apr  6 11:24:36 CEST 2018
    
    
  
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Apr  4 10:13:12 2018 +0200| [19ddc5157f449457c94f8cc43bbe9e68a55d86f8] | committer: Jean-Baptiste Kempf
contrib: protobuf: make sure we move the version we uncompressed
(cherry picked from commit 58b0a310612d307f2b58de0d7f81b4fd748fc831)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=19ddc5157f449457c94f8cc43bbe9e68a55d86f8
---
 contrib/src/protobuf/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/protobuf/rules.mak b/contrib/src/protobuf/rules.mak
index d8d958081b..307c3aed2c 100644
--- a/contrib/src/protobuf/rules.mak
+++ b/contrib/src/protobuf/rules.mak
@@ -16,7 +16,7 @@ DEPS_protobuf = zlib $(DEPS_zlib)
 
 protobuf: protobuf-$(PROTOBUF_VERSION)-cpp.tar.gz .sum-protobuf
 	$(UNPACK)
-	mv protobuf-3.1.0 protobuf-3.1.0-cpp
+	mv protobuf-$(PROTOBUF_VERSION) protobuf-$(PROTOBUF_VERSION)-cpp
 	$(APPLY) $(SRC)/protobuf/dont-build-protoc.patch
 	$(MOVE)
 
    
    
More information about the vlc-commits
mailing list