eliminated dashes in version numbers

This commit is contained in:
Josh Yelon 2005-03-01 19:44:32 +00:00
parent de2c9d7127
commit dfcaadfc55
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ writefile(TARDIR+'/panda3d.spec',SPEC)
oscmd("tar --exclude CVS -chzf "+TARDIR+".tar.gz "+TARDIR)
oscmd("rm -rf "+TARDIR)
TARDIR="panda3d-"+VERSION.replace(".","-")
oscmd("rm -rf "+TARDIR)
oscmd("mkdir -p "+TARDIR)
oscmd("mkdir -p "+TARDIR+"/thirdparty")