From: Jack Jansen Date: Thu, 19 Jun 2003 22:45:37 +0000 (+0000) Subject: Install Demo and Tools too. X-Git-Tag: v2.3c1~368 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cf644df52f48585b97ee38e8d4b9912df826bbd;p=thirdparty%2FPython%2Fcpython.git Install Demo and Tools too. --- diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index 9c77e7cc6990..51ea7270c0cc 100755 --- a/Mac/OSX/Dist/build +++ b/Mac/OSX/Dist/build @@ -89,6 +89,7 @@ fi $PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x make make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall +make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras if [ "$builddocs" = "y" -o "$builddocs" = "Y" ]; then ./python.exe $PYTHONSRC/Mac/OSX/setupDocs.py build