From dcc9a4308b328a87d9c216ccf230faa6844a280b Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sun, 5 Feb 2017 10:14:11 +0300 Subject: [PATCH] Fix up creation of third-party include directories symlinks --- Transmission.xcodeproj/project.pbxproj | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index cc4742650..79b9f1b9c 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -2200,7 +2200,6 @@ A2E57B9C13109DC200A7DAB1 /* FilterBar.xib in Resources */, A220AF7B13D7CC460035C512 /* GlobalOptionsPopover.xib in Resources */, F63480631E1D7274005B9E09 /* Images.xcassets in Resources */, - C15320211C82602500CC21E2 /* Info.plist in Resources */, A2451E6A16ACE4EB00586E0E /* FileRenameSheetController.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -2268,11 +2267,11 @@ inputPaths = ( ); outputPaths = ( - "$(SRCROOT)/third-party/miniupnpc/miniupnpc", + "$(SRCROOT)/third-party/miniupnpc/miniupnp", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "cd third-party/miniupnpc\nln -s . miniupnp"; + shellScript = "cd third-party/miniupnpc && rm -f miniupnp && ln -s . miniupnp"; }; C12F197D1E1AE6830005E93F /* ShellScript */ = { isa = PBXShellScriptBuildPhase; @@ -2286,7 +2285,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "cd third-party/libutp\nln -s . libutp"; + shellScript = "cd third-party/libutp && rm -f libutp && ln -s . libutp"; }; C12F197E1E1AE6D50005E93F /* ShellScript */ = { isa = PBXShellScriptBuildPhase; @@ -2300,7 +2299,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "cd third-party/dht\nln -s . dht"; + shellScript = "cd third-party/dht && rm -f dht && ln -s . dht"; }; /* End PBXShellScriptBuildPhase section */