Add linux pacman add_extsources for e2fsprogs (#872)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent 8fea26c2ce
commit 6bf804678c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/e/e2fsprogs/xmake.lua

@ -8,7 +8,7 @@ package("e2fsprogs")
add_versions("1.46.4", "c011bf3bf4ae5efe9fa2b0e9b0da0c14ef4b79c6143c1ae6d9f027931ec7abe1")
if is_plat("linux") then
add_extsources("apt::e2fsprogs")
add_extsources("apt::e2fsprogs", "pacman::e2fsprogs")
elseif is_plat("macosx") then
add_extsources("brew::e2fsprogs")
end

Loading…
Cancel
Save