oops typo

This commit is contained in:
rdb 2011-05-02 12:19:47 +00:00
parent 996896463a
commit 69604365bc

View File

@ -5600,7 +5600,7 @@ def MakeInstallerFreeBSD():
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 += " -c -\"The Panda3D free 3D engine SDK\" -o devel/panda3d"
cmd += " -d pkg-descr -f pkg-plist panda3d-%s" % VERSION
oscmd(cmd)