summaryrefslogtreecommitdiff
path: root/libre/ark/libre.patch
blob: 2dea56e67fd574f4d0d7f3976d294fae951779c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index d821217..a41142b 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -6,7 +6,6 @@ function(kerfuffle_add_plugin plugin)
 endfunction()
 
 add_subdirectory( libarchive )
-add_subdirectory( clirarplugin )
 add_subdirectory( cli7zplugin )
 add_subdirectory( clizipplugin )
 add_subdirectory( libsinglefileplugin )
diff --git a/plugins/cliunarchiverplugin/CMakeLists.txt b/plugins/cliunarchiverplugin/CMakeLists.txt
index df7a2b7..cc64313 100644
--- a/plugins/cliunarchiverplugin/CMakeLists.txt
+++ b/plugins/cliunarchiverplugin/CMakeLists.txt
@@ -33,5 +33,5 @@ find_program(UNAR unar)
 if(UNAR)
     message(STATUS "Found unar executable: ${UNAR}")
 else()
-    message(WARNING "Could not find the unar executable. Ark requires unar or unrar to extract RAR archives.")
+    message(WARNING "Could not find the unar executable. Ark requires unar to extract RAR archives.")
 endif()