[vlc-commits] apple/build: rename installation folder for contrib
    Felix Paul Kühne 
    git at videolan.org
       
    Fri Dec  6 18:27:07 CET 2019
    
    
  
vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Fri Nov 29 11:26:35 2019 +0100| [4696e7f2c2d4d92b4adc96f7ed9109abba07b46c] | committer: Felix Paul Kühne
apple/build: rename installation folder for contrib
This strips duplicate information and makes the folder a lot easier to parse.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4696e7f2c2d4d92b4adc96f7ed9109abba07b46c
---
 extras/package/apple/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/apple/build.sh b/extras/package/apple/build.sh
index 3a0a9b8819..ab2daf53d7 100755
--- a/extras/package/apple/build.sh
+++ b/extras/package/apple/build.sh
@@ -429,7 +429,7 @@ validate_architecture "$VLC_HOST_ARCH"
 # Set pseudo-triplet
 readonly VLC_PSEUDO_TRIPLET="${VLC_HOST_ARCH}-apple-${VLC_HOST_PLATFORM}_${VLC_DEPLOYMENT_TARGET}"
 # Contrib install dir
-readonly VLC_CONTRIB_INSTALL_DIR="$VLC_BUILD_DIR/contrib/$VLC_PSEUDO_TRIPLET"
+readonly VLC_CONTRIB_INSTALL_DIR="$VLC_BUILD_DIR/contrib/${VLC_HOST_ARCH}-${VLC_APPLE_SDK_NAME}"
 # VLC install dir
 readonly VLC_INSTALL_DIR="$VLC_BUILD_DIR/vlc-${VLC_APPLE_SDK_NAME}-${VLC_HOST_ARCH}"
 
    
    
More information about the vlc-commits
mailing list