Преглед на файлове

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

Arthapz преди 3 години
родител
ревизия
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
     end
 
 
     if is_plat("linux") then
     if is_plat("linux") then
-        add_extsources("apt::util-linux")
+        add_extsources("apt::util-linux", "pacman::util-linux")
     end
     end
 
 
     add_configs("ipcs",               { description = "Enable ipcs.", default = false, type = "boolean"})
     add_configs("ipcs",               { description = "Enable ipcs.", default = false, type = "boolean"})