mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 10:46:42 +00:00
Merge pull request #135 from vu3rdd/182-osx-packaging-7
Makefile: make "build-osx-pkg" build target depend on the "build" target
This commit is contained in:
commit
f77f358dc1
4
Makefile
4
Makefile
@ -35,11 +35,9 @@ build:
|
|||||||
# Build OS X pkg packages.
|
# Build OS X pkg packages.
|
||||||
# The editing of .egg-link and .pth files ensures that we reference the source at the correct path.
|
# The editing of .egg-link and .pth files ensures that we reference the source at the correct path.
|
||||||
.PHONY: build-osx-pkg
|
.PHONY: build-osx-pkg
|
||||||
build-osx-pkg:
|
build-osx-pkg: build
|
||||||
$(PYTHON) setup.py build
|
|
||||||
find support -name $(APPNAME).egg-link -execdir sh -c "echo >> {}; echo /Applications/tahoe.app/src >> {}" \;
|
find support -name $(APPNAME).egg-link -execdir sh -c "echo >> {}; echo /Applications/tahoe.app/src >> {}" \;
|
||||||
find support -name easy-install.pth -execdir sed -i.bak 's|^.*/src$$|../../../../src|' '{}' \;
|
find support -name easy-install.pth -execdir sed -i.bak 's|^.*/src$$|../../../../src|' '{}' \;
|
||||||
touch .built
|
|
||||||
|
|
||||||
# create component pkg
|
# create component pkg
|
||||||
pkgbuild --root $(shell pwd) \
|
pkgbuild --root $(shell pwd) \
|
||||||
|
Loading…
Reference in New Issue
Block a user