[Lunar-commits] <moonbase> Python: small tweaks.
Florin Braescu
florin at lunar-linux.org
Sat Aug 7 11:57:03 CEST 2010
commit e6582e14684e60c06a0b0dc9c5e6499d0811d9e1
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Aug 7 12:57:03 2010 +0300
Python: small tweaks.
---
python/Python/BUILD | 4 ++--
python/Python/DETAILS | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/python/Python/BUILD b/python/Python/BUILD
index 6beec01..415f39e 100644
--- a/python/Python/BUILD
+++ b/python/Python/BUILD
@@ -8,10 +8,10 @@
default_build &&
- install -d /usr/lib/python$MAJOR_VERSION &&
+ install -d /usr/lib/python$MAJOR &&
install -m755 $SOURCE_DIRECTORY/Tools/i18n/msgfmt.py \
$SOURCE_DIRECTORY/Tools/i18n/pygettext.py \
- /usr/lib/python$MAJOR_VERSION/ &&
+ /usr/lib/python$MAJOR/ &&
gather_docs Misc/*
diff --git a/python/Python/DETAILS b/python/Python/DETAILS
index 05bd9d8..bb120da 100644
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -1,6 +1,6 @@
MODULE=Python
- VERSION=2.6.5
- MAJOR_VERSION=2.6
+ MAJOR=2.6
+ VERSION=$MAJOR.5
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-compileall.patch.bz2
SOURCE_URL=http://www.python.org/ftp/python/$VERSION
More information about the Lunar-commits
mailing list