diff options
-rw-r--r-- | gr-howto-write-a-block/Makefile.swig.gen.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/Makefile.swig.gen.t b/gr-howto-write-a-block/Makefile.swig.gen.t index 14e4f7c35..686117f83 100644 --- a/gr-howto-write-a-block/Makefile.swig.gen.t +++ b/gr-howto-write-a-block/Makefile.swig.gen.t @@ -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]/@NAME@ +## ${prefix}/lib/python${python_version}/site-packages/@NAME@ ## Default location for the Python exec directory is: -## ${exec_prefix}/lib/python${python_version}/site-packages/[category]/@NAME@ +## ${exec_prefix}/lib/python${python_version}/site-packages/@NAME@ ## ## The following can be overloaded to change the install location, but ## this has to be done in the including Makefile.am -before- |