summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-02 11:59:05 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-02 11:59:05 -0700
commit97dd8d864f0172fdba055f8d868079eec7a36933 (patch)
tree417abbbd57586447412fd766d4212d353e3c3f6f /make-mac.mk
parent1afd02df546d3ddfce05c0cf522841e722e3cf77 (diff)
downloadinfinitytier-97dd8d864f0172fdba055f8d868079eec7a36933.tar.gz
infinitytier-97dd8d864f0172fdba055f8d868079eec7a36933.zip
Fix paths again in Mac pkg build.
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk
index 48bfdd79..3bb0727a 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -62,7 +62,7 @@ selftest: $(OBJS) selftest.o
# Requires Packages: http://s.sudre.free.fr/Software/Packages/about.html
mac-dist-pkg: FORCE
- cd ext/installfiles/mac ; packagesbuild "ZeroTier One.pkgproj"
+ packagesbuild "ext/installfiles/mac/ZeroTier One.pkgproj"
$(CODESIGN) -f -s $(CODESIGN_CERT) "ZeroTier One.pkg"
$(CODESIGN) -vvv "ZeroTier One.pkg"