Removed redundant command

This commit is contained in:
Josh Yelon 2005-03-01 19:52:03 +00:00
parent dfcaadfc55
commit 900a5765ab

View File

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