Browse Source

Add linux pacman add_extsources for util-linux (#859)

Arthapz 3 năm trước cách đây
mục cha
commit
c95b2f7f1d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/u/util-linux/xmake.lua

+ 1 - 1
packages/u/util-linux/xmake.lua

@@ -18,7 +18,7 @@ package("util-linux")
     end
 
     if is_plat("linux") then
-        add_extsources("apt::util-linux")
+        add_extsources("apt::util-linux", "pacman::util-linux")
     end
 
     add_configs("ipcs",               { description = "Enable ipcs.", default = false, type = "boolean"})