Explorar o código

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

Arthapz %!s(int64=3) %!d(string=hai) anos
pai
achega
c95b2f7f1d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"})