[vlc-commits] contrib: protobuf: make sure we move the version we uncompressed
    Steve Lhomme 
    git at videolan.org
       
    Wed Apr  4 18:27:49 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Apr  4 10:13:12 2018 +0200| [58b0a310612d307f2b58de0d7f81b4fd748fc831] | committer: Steve Lhomme
contrib: protobuf: make sure we move the version we uncompressed
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58b0a310612d307f2b58de0d7f81b4fd748fc831
---
 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 4227f049a8..6836ec12bf 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