mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
another fugbix
This commit is contained in:
parent
bd8feae989
commit
9a62972b30
@ -4930,7 +4930,7 @@ def MakeInstallerNSIS(file, fullname, smdirectory, installdir):
|
|||||||
|
|
||||||
|
|
||||||
INSTALLER_DEB_FILE="""
|
INSTALLER_DEB_FILE="""
|
||||||
Package: panda3dMAJOR_VERSION
|
Package: panda3dMAJOR
|
||||||
Version: VERSION
|
Version: VERSION
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
@ -5098,7 +5098,7 @@ def MakeInstallerLinux():
|
|||||||
txt = RUNTIME_INSTALLER_DEB_FILE[1:]
|
txt = RUNTIME_INSTALLER_DEB_FILE[1:]
|
||||||
else:
|
else:
|
||||||
txt = INSTALLER_DEB_FILE[1:]
|
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("mkdir --mode=0755 -p targetroot/DEBIAN")
|
||||||
oscmd("cd targetroot ; (find usr -type f -exec md5sum {} \;) > DEBIAN/md5sums")
|
oscmd("cd targetroot ; (find usr -type f -exec md5sum {} \;) > DEBIAN/md5sums")
|
||||||
if (not RUNTIME):
|
if (not RUNTIME):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user