Fix 'mono' package typo
authorAlexis Christoforides <alexis@thenull.net>
Mon, 17 Oct 2016 20:41:34 +0000 (16:41 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Mon, 17 Oct 2016 20:41:34 +0000 (16:41 -0400)
bockbuild/mac-sdk/mono.py

index 8227a3377da8f1f0a757a6c4f0e673ad96cbb34a..b3f5ef5b99dfa2faf573eb5eb217c5aea40571f1 100644 (file)
@@ -67,7 +67,7 @@ class MonoMasterPackage(Package):
             self.local_configure_flags = ['--build=i386-apple-darwin11.2.0']
 
         self.local_configure_flags.extend(
-            ['--cache-file=%s/%s-%s.cache' % (self.profile.build_root, self.name, arch)])
+            ['--cache-file=%s/%s-%s.cache' % (self.profile.bockbuild.build_root, self.name, arch)])
 
     def install(self):
         Package.install(self)