mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix bug where invalid .debs are generated
This commit is contained in:
parent
6790b4ce26
commit
2c47ebfe5b
@ -284,7 +284,7 @@ class Installer:
|
||||
print >>controlfile, "Priority: optional"
|
||||
print >>controlfile, "Architecture: %s" % arch
|
||||
print >>controlfile, "Description: %s" % self.fullname
|
||||
print >>controlfile, "Depends: libc6, libgcc1, libstdc++6, libx11-6 libssl0.9.8"
|
||||
print >>controlfile, "Depends: libc6, libgcc1, libstdc++6, libx11-6, libssl0.9.8"
|
||||
controlfile.close()
|
||||
postinst = open(Filename(tempdir, "postinst").toOsSpecific(), "w")
|
||||
print >>postinst, "#!/bin/sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user