0024-apple-build-rename-installation-folder-for-contrib.patch 1.1 KB

123456789101112131415161718192021222324252627
  1. From d80b87cf9cf7987c6daf8a61f446e219131110e1 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <felix@feepk.net>
  3. Date: Fri, 29 Nov 2019 11:26:35 +0100
  4. Subject: [PATCH 24/24] apple/build: rename installation folder for contrib
  5. This strips duplicate information and makes the folder a lot easier to parse.
  6. ---
  7. extras/package/apple/build.sh | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/extras/package/apple/build.sh b/extras/package/apple/build.sh
  10. index f2ceb2a971..4fc9ea77fd 100755
  11. --- a/extras/package/apple/build.sh
  12. +++ b/extras/package/apple/build.sh
  13. @@ -429,7 +429,7 @@ validate_architecture "$VLC_HOST_ARCH"
  14. # Set pseudo-triplet
  15. readonly VLC_PSEUDO_TRIPLET="${VLC_HOST_ARCH}-apple-${VLC_HOST_PLATFORM}_${VLC_DEPLOYMENT_TARGET}"
  16. # Contrib install dir
  17. -readonly VLC_CONTRIB_INSTALL_DIR="$VLC_BUILD_DIR/contrib/$VLC_PSEUDO_TRIPLET"
  18. +readonly VLC_CONTRIB_INSTALL_DIR="$VLC_BUILD_DIR/contrib/${VLC_HOST_ARCH}-${VLC_APPLE_SDK_NAME}"
  19. # VLC install dir
  20. readonly VLC_INSTALL_DIR="$VLC_BUILD_DIR/vlc-${VLC_APPLE_SDK_NAME}-${VLC_HOST_ARCH}"
  21. --
  22. 2.21.0 (Apple Git-122.2)