From 1cc2385fd2ce6ea5092c6374d0db4bfafa3610f2 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Thu, 17 Dec 2015 12:33:45 +0000 Subject: [PATCH] typo --- scripts/mk_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mk_util.py b/scripts/mk_util.py index df8cae237..46e8b6826 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -720,7 +720,7 @@ def parse_options(): if not PYTHON_PACKAGE_DIR.startswith(PREFIX): print(("Warning: The detected Python package directory (%s)" " does not live under the installation prefix (%s)" - ". This would lead to a broken Python installation." + ". This would lead to a broken Python installation. " "Use --pypkgdir= to change the Python package directory") % (PYTHON_PACKAGE_DIR, PREFIX)) if IS_OSX and PYTHON_PACKAGE_DIR.startswith('/Library/'):