summaryrefslogtreecommitdiffstats
path: root/source/x/x11/post-install/xorg-cf-files.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11/post-install/xorg-cf-files.post-install')
-rw-r--r--source/x/x11/post-install/xorg-cf-files.post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/x11/post-install/xorg-cf-files.post-install b/source/x/x11/post-install/xorg-cf-files.post-install
index e5fc2cc45..650ed9dac 100644
--- a/source/x/x11/post-install/xorg-cf-files.post-install
+++ b/source/x/x11/post-install/xorg-cf-files.post-install
@@ -1,4 +1,4 @@
-if [ "$(uname -m)" = "x86_64" ]; then
+if [[ "$(uname -m)" =~ (x86_64|aarch64|riscv64) ]]; then
( cd $PKG/usr/lib/X11/config
zcat $CWD/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff.gz | patch -p1 || exit 1
)