File 0001-FIX-Add-check-for-aarch64-to-Linux-install-script.patch of Package doublecmd-qt

From b3a017772f4eb1a47ef90f4a2b236b013af8e4fd Mon Sep 17 00:00:00 2001
From: Arachnos
Date: Mon, 18 Oct 2021 00:00:00 +0000
Subject: [PATCH] FIX: Add check for aarch64 to Linux install script

---
 install/linux/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/linux/install.sh b/install/linux/install.sh
index 6411e27b1..3743a2969 100755
--- a/install/linux/install.sh
+++ b/install/linux/install.sh
@@ -8,7 +8,7 @@ if [ -z $CPU_TARGET ]; then
 fi
 
 # Determine library directory
-if [ "$CPU_TARGET" = "x86_64" ] && [ ! -f "/etc/debian_version" ]
+if [ "$CPU_TARGET" = "x86_64" ] || [ "$CPU_TARGET" = "aarch64" ] && [ ! -f "/etc/debian_version" ]
    then
        LIB_SUFFIX=64
    else
-- 
2.33.0

openSUSE Build Service is sponsored by