Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.

Commit 161a337

Browse files
committed
Bumped version number to allow for small packaging tweak -
we need to have multiple files at the top level, or the directory is pruned.
1 parent fe3e072 commit 161a337

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECTDIR=$(shell pwd)
22

3-
BUILD_NUMBER=1
3+
BUILD_NUMBER=2
44

55
# Version of packages that will be compiled by this meta-package
66
PYTHON_VERSION=3.4.2
@@ -25,7 +25,8 @@ distclean: clean
2525
rm -rf downloads
2626

2727
Python-$(PYTHON_VERSION)-OSX-support.b$(BUILD_NUMBER).tar.gz: dist/python/bin/python$(basename $(PYTHON_VERSION))m
28-
cd dist && tar zcvf ../Python-$(PYTHON_VERSION)-OSX-support.b$(BUILD_NUMBER).tar.gz python
28+
echo "Python-$(PYTHON_VERSION)-OSX-support.b$(BUILD_NUMBER)" > dist/VERSION
29+
cd dist && tar zcvf ../Python-$(PYTHON_VERSION)-OSX-support.b$(BUILD_NUMBER).tar.gz python VERSION
2930

3031
###########################################################################
3132
# Working directories

0 commit comments

Comments
 (0)