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

Commit

Permalink
Bumped version number to allow for small packaging tweak -
Browse files Browse the repository at this point in the history
we need to have multiple files at the top level, or the directory is pruned.
  • Loading branch information
freakboy3742 committed Jul 28, 2015
1 parent fe3e072 commit 161a337
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECTDIR=$(shell pwd)

BUILD_NUMBER=1
BUILD_NUMBER=2

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

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

###########################################################################
# Working directories
Expand Down

0 comments on commit 161a337

Please sign in to comment.