summarylogtreecommitdiffstats
path: root/remove_lang_file.patch
blob: 92258fd2eed2bfa079bc965428d037a2e5c7642f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eadb514..b190a0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,10 +77,3 @@ add_dependencies(tests tester curv)
 install(TARGETS curv RUNTIME DESTINATION bin)
 install(FILES lib/std.curv DESTINATION lib)
 install(DIRECTORY lib/curv DESTINATION lib)
-
-file(GLOB GeditDir
-    "/usr/local/share/gtksourceview-[234].0/language-specs"
-    "/usr/share/gtksourceview-[234].0/language-specs")
-foreach(Dir ${GeditDir})
-    install(FILES lib/curv.lang DESTINATION "${Dir}")
-endforeach(Dir)