Browse Source

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

Arthapz 3 years ago
parent
commit
c95b2f7f1d
1 changed files with 1 additions and 1 deletions
  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"})