Просмотр исходного кода

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

Arthapz 3 лет назад
Родитель
Сommit
c95b2f7f1d
1 измененных файлов с 1 добавлено и 1 удалено
  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"})