##// END OF EJS Templates
osx: delay version computation on macOS builds...
Kevin Bullock -
r33779:8de8f8a9 stable
parent child Browse files
Show More
@@ -186,7 +186,7 b' osx:'
186 PREFIX=/usr/local \
186 PREFIX=/usr/local \
187 clean install
187 clean install
188 mkdir -p $${OUTPUTDIR:-dist}
188 mkdir -p $${OUTPUTDIR:-dist}
189 HGVER=$(shell python contrib/genosxversion.py $(OSXVERSIONFLAGS) build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py ) && \
189 HGVER=$$(python contrib/genosxversion.py $(OSXVERSIONFLAGS) build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py) && \
190 OSXVER=$$(sw_vers -productVersion | cut -d. -f1,2) && \
190 OSXVER=$$(sw_vers -productVersion | cut -d. -f1,2) && \
191 pkgbuild --filter \\.DS_Store --root build/mercurial/ \
191 pkgbuild --filter \\.DS_Store --root build/mercurial/ \
192 --identifier org.mercurial-scm.mercurial \
192 --identifier org.mercurial-scm.mercurial \
General Comments 0
You need to be logged in to leave comments. Login now