Bad case in var name PythonSDK

This commit is contained in:
Josh Yelon 2005-06-10 17:49:10 +00:00
parent 3fdb03efbd
commit bbedcff741
1 changed files with 1 additions and 1 deletions

View File

@ -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")