mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
oops, I'm tired
This commit is contained in:
parent
54544bfdc8
commit
09dd200c58
@ -5350,7 +5350,7 @@ def MakeInstallerLinux():
|
||||
WriteFile("targetroot/DEBIAN/control", txt.replace("DEPENDS", depends).replace("RECOMMENDS", recommends))
|
||||
oscmd("rm -rf targetroot/debian")
|
||||
oscmd("chmod -R 755 targetroot/DEBIAN")
|
||||
oscmd("chmod -R 644 targetroot/control targetroot/md5sums targetroot/conffiles targetroot/symbols")
|
||||
oscmd("cd targetroot/DEBIAN ; chmod 644 control md5sums conffiles symbols")
|
||||
if (RUNTIME):
|
||||
oscmd("fakeroot dpkg-deb -b targetroot panda3d-runtime_"+DEBVERSION+"_"+ARCH+".deb")
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user