diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-05 11:36:32 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-05 11:36:32 +0100 |
commit | e29d2a2136c452b7e2674258fb2919780556129b (patch) | |
tree | 060611c8ae301a02ef58eb392a9e0defd5b70563 /extra/libxkbcommon/PKGBUILD | |
parent | 3c7c1e7e14c1a5633f6d98ab081d2f6b7da3c864 (diff) | |
download | packages-e29d2a2136c452b7e2674258fb2919780556129b.tar.xz |
extra/libxkbcommon: rendone i486 patch
Diffstat (limited to 'extra/libxkbcommon/PKGBUILD')
-rw-r--r-- | extra/libxkbcommon/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD index de810fdc..16962b0e 100644 --- a/extra/libxkbcommon/PKGBUILD +++ b/extra/libxkbcommon/PKGBUILD @@ -44,16 +44,17 @@ if [ "${CARCH}" = "i486" ]; then eval "$( declare -f package_libxkbcommon | \ sed ' - /x11/d + /_pick.*libxkbcommon-doc/d + /_pick.*libxkbcommon-x11/d ' )" - + eval "$( declare -f package_libxkbcommon-x11 | \ sed ' - /mv/,/ln/d + /mv.*libxkbcommon-x11/d ' )" - + fi |