Commit 98d2f1a03932874462cdb46de2ac8b1878c95deb

Thomas de Grivel 2023-11-05T08:51:43

Darwin

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/rbpkg/repos/libmd.rb b/lib/rbpkg/repos/libmd.rb
index a51c7c4..41f6b11 100644
--- a/lib/rbpkg/repos/libmd.rb
+++ b/lib/rbpkg/repos/libmd.rb
@@ -17,8 +17,7 @@ class Rbpkg::Repos::Libmd < Rbpkg::Repo
   end
 
   def system_package?
-    Rbpkg.os.match?(/BSD/) ||
-      Rbpkg.os.match?(/Darwin/)
+    Rbpkg.os.match?(/BSD/)
   end
 
   repo_register