Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2017-01-18 23:21:07 +0300
committerAlexis Christoforides <alexis@thenull.net>2017-01-18 23:21:58 +0300
commitec53a1c25700a5e9d9998f5f28afd28e96a39c62 (patch)
tree3e4db5d623cc550b9ada2faf124281128456809d /packaging/MacSDK
parent346125c0612a3818a1ecb1f61157fa99994da2d2 (diff)
[bockbuild] Fix a packaging regression
Diffstat (limited to 'packaging/MacSDK')
-rwxr-xr-xpackaging/MacSDK/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/profile.py b/packaging/MacSDK/profile.py
index ab1fc9df931..119678f9e75 100755
--- a/packaging/MacSDK/profile.py
+++ b/packaging/MacSDK/profile.py
@@ -242,7 +242,7 @@ class MonoReleaseProfile(DarwinProfile):
def run_pkgbuild(self, working_dir, package_type):
print 'Running pkgbuild & productbuild...',
info = self.package_info(package_type)
- output = os.path.join(self.resource_path, info["filename"])
+ output = os.path.join(self.directory, info["filename"])
identifier = "com.xamarin.mono-" + info["type"] + ".pkg"
resources_dir = os.path.join(working_dir, "resources")
distribution_xml = os.path.join(resources_dir, "distribution.xml")