We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beedaa commit 17473f8Copy full SHA for 17473f8
packaging/packager
@@ -56,7 +56,7 @@ if ! type zip > /dev/null 2>&1; then
56
exit 1
57
fi
58
function package_libc_via_pacman {
59
- if grep "Arch Linux" < /etc/os-release > /dev/null 2>&1; then
+ if grep --extended-regexp "Arch Linux|Manjaro Linux" < /etc/os-release > /dev/null 2>&1; then
60
if type pacman > /dev/null 2>&1; then
61
pacman --query --list --quiet glibc | sed -E '/\.so$|\.so\.[0-9]+$/!d'
62
0 commit comments