Translations:PKGBUILD/15/ru

Revision as of 17:46, 2 January 2023 by Krotesk (talk | contribs) (Created page with "depends=(foobar) if test "$CARCH" == x86_64; then depends+=(lib32-glibc) fi")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

depends=(foobar)

if test "$CARCH" == x86_64; then
  depends+=(lib32-glibc)
fi