diff options
-rw-r--r-- | extra/wayland/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/wayland/PKGBUILD b/extra/wayland/PKGBUILD index bd52d172..022f7c99 100644 --- a/extra/wayland/PKGBUILD +++ b/extra/wayland/PKGBUILD @@ -13,7 +13,7 @@ if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ sed ' - s/configure/configure --disable-documentation/ + /meson build/s/.$/ -Ddocumentation=false/g ' )" |