summarylogtreecommitdiffstats
path: root/remove_lang_file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'remove_lang_file.patch')
-rw-r--r--remove_lang_file.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/remove_lang_file.patch b/remove_lang_file.patch
deleted file mode 100644
index 92258fd2eed2..000000000000
--- a/remove_lang_file.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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)