Browse Source

Bad case in var name PythonSDK

Josh Yelon 20 years ago
parent
commit
bbedcff741
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/makepanda.py

+ 1 - 1
doc/makepanda/makepanda.py

@@ -6383,7 +6383,7 @@ if (sys.platform == "linux2"):
         file = "panda3d_"+VERSION+"_i386.deb"
         if (older(file,ALLTARGETS)):
             import compileall
-            PYTHONV=os.path.basename(PythonSDK)
+            PYTHONV=os.path.basename(PYTHONSDK)
             if (os.path.isdir("debtmp")): oscmd("chmod -R 755 debtmp")
             oscmd("rm -rf debtmp data.tar.gz control.tar.gz ")
             oscmd("mkdir -p debtmp/usr/bin")