mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
typo fugbix
This commit is contained in:
parent
a271bec848
commit
ab58d85599
@ -5090,7 +5090,7 @@ def MakeInstallerLinux():
|
|||||||
txt = RUNTIME_INSTALLER_SPEC_FILE[1:]
|
txt = RUNTIME_INSTALLER_SPEC_FILE[1:]
|
||||||
else:
|
else:
|
||||||
txt = INSTALLER_SPEC_FILE[1:]
|
txt = INSTALLER_SPEC_FILE[1:]
|
||||||
txt = txt.replace("VERSION", VERSION).replace("RELEASE", RPMRELEASE).replace("PANDASOURCE", pandasource).replace("PV", PV)
|
txt = txt.replace("VERSION", VERSION).replace("RPMRELEASE", RPMRELEASE).replace("PANDASOURCE", pandasource).replace("PV", PV)
|
||||||
WriteFile("panda3d.spec", txt)
|
WriteFile("panda3d.spec", txt)
|
||||||
oscmd("rpmbuild --define '_rpmdir "+pandasource+"' --root "+pandasource+" --buildroot targetroot -bb panda3d.spec")
|
oscmd("rpmbuild --define '_rpmdir "+pandasource+"' --root "+pandasource+" --buildroot targetroot -bb panda3d.spec")
|
||||||
if (RUNTIME):
|
if (RUNTIME):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user