David Rose 23 years ago
parent
commit
f8a4a6f631
1 changed files with 0 additions and 3 deletions
  1. 0 3
      direct/src/ffi/genPyCode

+ 0 - 3
direct/src/ffi/genPyCode

@@ -62,9 +62,6 @@ fi
 
 if [ "$firstarg" = "install" ]; then
     # as installed on a machine without ctattach etc.
-    if [ $INSTALL ]; then
-      cd $INSTALL
-    fi
     exec bin/ppython -d bin/generatePythonCode -v -d lib/py -e ../direct/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs
     exit 1
 fi