mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
better fix
This commit is contained in:
parent
e733dbc1ee
commit
54544bfdc8
@ -5349,8 +5349,8 @@ def MakeInstallerLinux():
|
||||
depends += ", nvidia-cg-toolkit"
|
||||
WriteFile("targetroot/DEBIAN/control", txt.replace("DEPENDS", depends).replace("RECOMMENDS", recommends))
|
||||
oscmd("rm -rf targetroot/debian")
|
||||
oscmd("chmod -R 644 targetroot/DEBIAN")
|
||||
oscmd("chmod 755 targetroot/DEBIAN")
|
||||
oscmd("chmod -R 755 targetroot/DEBIAN")
|
||||
oscmd("chmod -R 644 targetroot/control targetroot/md5sums targetroot/conffiles targetroot/symbols")
|
||||
if (RUNTIME):
|
||||
oscmd("fakeroot dpkg-deb -b targetroot panda3d-runtime_"+DEBVERSION+"_"+ARCH+".deb")
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user