From 9a62972b3085e8f42e8f05015fc05c6977fa74a4 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 7 Nov 2010 16:32:48 +0000 Subject: [PATCH] another fugbix --- makepanda/makepanda.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 4a75961961..25a279df4d 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -4930,7 +4930,7 @@ def MakeInstallerNSIS(file, fullname, smdirectory, installdir): INSTALLER_DEB_FILE=""" -Package: panda3dMAJOR_VERSION +Package: panda3dMAJOR Version: VERSION Section: libdevel Priority: optional @@ -5098,7 +5098,7 @@ def MakeInstallerLinux(): txt = RUNTIME_INSTALLER_DEB_FILE[1:] else: txt = INSTALLER_DEB_FILE[1:] - txt = txt.replace("VERSION", str(DEBVERSION)).replace("ARCH", ARCH).replace("PV", PV).replace("MAJOR_VERSION", MAJOR_VERSION) + txt = txt.replace("VERSION", str(DEBVERSION)).replace("ARCH", ARCH).replace("PV", PV).replace("MAJOR", MAJOR_VERSION) oscmd("mkdir --mode=0755 -p targetroot/DEBIAN") oscmd("cd targetroot ; (find usr -type f -exec md5sum {} \;) > DEBIAN/md5sums") if (not RUNTIME):