mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
makepackage: Don't include deploy-stub when building .rpm
Attempting to include deploy-stub in the .rpm would cause rpmbuild to fail, as deploy-stub isn't present. Closes #527
This commit is contained in:
parent
e1e5b907c1
commit
e8f0e03043
@ -438,6 +438,7 @@ def MakeInstallerLinux(version, debversion=None, rpmrelease=1, runtime=False,
|
||||
|
||||
# Add the binaries in /usr/bin explicitly to the spec file
|
||||
for base in os.listdir(outputdir + "/bin"):
|
||||
if not base.startswith("deploy-stub"):
|
||||
txt += "/usr/bin/%s\n" % (base)
|
||||
|
||||
# Write out the spec file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user