diff options
-rw-r--r-- | docs/doxygen/other/metadata.dox | 2 | ||||
-rw-r--r-- | gruel/src/python/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/metadata.dox b/docs/doxygen/other/metadata.dox index f867a06f28..b527b21008 100644 --- a/docs/doxygen/other/metadata.dox +++ b/docs/doxygen/other/metadata.dox @@ -298,7 +298,7 @@ The file sink example can be switched to use a signal source instead of a UHD source, but no extra tagged data is used in this mode. The file source example pushes the data stream to a new raw file while -a tag debugger block prints out any tags observed in the metedata +a tag debugger block prints out any tags observed in the metadata file. A QT GUI time sink is used to look at the signal as well. The versions with 'vector' in the name are similar except they use diff --git a/gruel/src/python/CMakeLists.txt b/gruel/src/python/CMakeLists.txt index 13f2111ba2..b9ae5196f4 100644 --- a/gruel/src/python/CMakeLists.txt +++ b/gruel/src/python/CMakeLists.txt @@ -30,7 +30,7 @@ GR_PYTHON_INSTALL( GR_PYTHON_INSTALL( FILES pmt/__init__.py - DESTINATION ${GR_PYTHON_DIR}/gruel/pmt + DESTINATION ${GR_PYTHON_DIR}/pmt COMPONENT "gruel_python" ) |