Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-doc_python_api_sphinx_doc_gen.sh,v 1.1 2015/12/15 09:46:27 markd Exp $
--- doc/python_api/sphinx_doc_gen.sh.orig 2015-03-25 11:01:16.000000000 +0000
+++ doc/python_api/sphinx_doc_gen.sh
@@ -3,7 +3,7 @@
# bash doc/python_api/sphinx_doc_gen.sh
# ssh upload means you need an account on the server
-if [ "$1" == "" ] ; then
+if [ "$1" = "" ] ; then
echo "Expected a single argument for the username on blender.org, aborting"
exit 1
fi