diff options
-rw-r--r-- | gr-howto-write-a-block/swig/Makefile.swig.gen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.swig.gen b/gr-howto-write-a-block/swig/Makefile.swig.gen index 1809032d3..6c6e66290 100644 --- a/gr-howto-write-a-block/swig/Makefile.swig.gen +++ b/gr-howto-write-a-block/swig/Makefile.swig.gen @@ -25,9 +25,9 @@ ## Default install locations for these files: ## ## Default location for the Python directory is: -## ${prefix}/lib/python${python_version}/site-packages/[category]/howto +## ${prefix}/lib/python${python_version}/site-packages/howto ## Default location for the Python exec directory is: -## ${exec_prefix}/lib/python${python_version}/site-packages/[category]/howto +## ${exec_prefix}/lib/python${python_version}/site-packages/howto ## ## The following can be overloaded to change the install location, but ## this has to be done in the including Makefile.am -before- |