Fix paths again in Mac pkg build.

This commit is contained in:
Adam Ierymenko 2015-06-02 11:59:05 -07:00
commit 97dd8d864f
2 changed files with 22 additions and 22 deletions

View file

@ -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"