From: Eric Blossom Date: Thu, 4 Mar 2010 19:59:39 +0000 (-0800) Subject: doc fix X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=642252d8aa82f88a3789c31079bc7ff8538465da;p=debian%2Fgnuradio doc fix --- diff --git a/gr-howto-write-a-block/Makefile.swig.gen.t b/gr-howto-write-a-block/Makefile.swig.gen.t index 14e4f7c3..686117f8 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-