Fehler beim 64bit teil - python-64 sowie pyconf-64.h wurden nicht erzeugt...

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4817 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-06-17 13:29:17 +00:00
parent c6c4e10280
commit 8145fdaeec

View File

@ -117,7 +117,7 @@ mk() {
--enable-shared
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install
if [ "MK64BIT" == "true" ]; then
if [ "$MK64BIT" == "true" ]; then
mv -v $TMPROOT/usr/bin/python{,-64} &&
mv -v $TMPROOT/usr/bin/python2.6{,-64} &&
mv -v $TMPROOT/usr/include/python2.6/pyconfig{,-64}.h