Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available.
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 1689ee5..2b6a543 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -37,7 +37,7 @@
     receiver/fcch_detector.py 
     receiver/chirpz.py
     receiver/clock_offset_control.py 
-    misc_utils/clock_offset_corrector.py DESTINATION ${GR_PYTHON_DIR}/gsm
+    misc_utils/clock_offset_corrector.py DESTINATION ${GR_PYTHON_DIR}/grgsm
 )
 
 ########################################################################