From 69604365bcaefe4b93adab4bdc61f1d9fb840eb0 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 2 May 2011 12:19:47 +0000 Subject: [PATCH] oops typo --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index a0aa27545f..065f1bf92a 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -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)