Forráskód Böngészése

suggested fix from deflected to add -o devel/panda3d to pkg_create

rdb 14 éve
szülő
commit
d590921b90
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -5597,7 +5597,7 @@ def MakeInstallerFreeBSD():
             if (python_pkg):
                 cmd += " -P " + python_pkg
     cmd += " -p /usr/local -S \"%s\"" % os.path.abspath("targetroot")
-    cmd += " -c -\"The Panda3D free 3D engine SDK\""
+    cmd += " -c -\"The Panda3D free 3D engine SDK\" -o devel/panda3d"
     cmd += " -d pkg-descr -f pkg-plist panda3d-%s" % VERSION
     oscmd(cmd)