mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
and copy the FreeBSD thing to the head
This commit is contained in:
parent
717e16e003
commit
996896463a
@ -5597,7 +5597,10 @@ def MakeInstallerFreeBSD():
|
|||||||
if (python_pkg):
|
if (python_pkg):
|
||||||
cmd += " -P " + python_pkg
|
cmd += " -P " + python_pkg
|
||||||
cmd += " -p /usr/local -S \"%s\"" % os.path.abspath("targetroot")
|
cmd += " -p /usr/local -S \"%s\"" % os.path.abspath("targetroot")
|
||||||
cmd += " -c -\"The Panda3D free 3D engine SDK\" -o devel/panda3d"
|
if (RUNTIME):
|
||||||
|
cmd += " -c -\"The Panda3D free 3D engine runtime\" -o graphics/panda3d-runtime"
|
||||||
|
else:
|
||||||
|
cmd += " -c -\"The Panda3D free 3D engine SDK\" -o devel/panda3d
|
||||||
cmd += " -d pkg-descr -f pkg-plist panda3d-%s" % VERSION
|
cmd += " -d pkg-descr -f pkg-plist panda3d-%s" % VERSION
|
||||||
oscmd(cmd)
|
oscmd(cmd)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user