From ab58d8559921ed649559713364441672da8b2f9c Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 15 Nov 2010 08:09:21 +0000 Subject: [PATCH] typo fugbix --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 819a8ed6b0..6e0441e751 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -5090,7 +5090,7 @@ def MakeInstallerLinux(): txt = RUNTIME_INSTALLER_SPEC_FILE[1:] else: 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) oscmd("rpmbuild --define '_rpmdir "+pandasource+"' --root "+pandasource+" --buildroot targetroot -bb panda3d.spec") if (RUNTIME):