Browse Source

ADD: Convert script - aarch64 support

Alexander Koblov 2 years ago
parent
commit
39cabbae06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/linux/convert-rpm-txz.sh

+ 1 - 1
install/linux/convert-rpm-txz.sh

@@ -45,7 +45,7 @@ pushd $DC_TEMP_DIR
 
 $SCRIPT_DIR/rpm2cpio.sh $1 | cpio -idmv
 
-if [ "$CPU_TARGET" = "x86_64" ]
+if [[ "$CPU_TARGET" == *"64" ]]
   then
     mv usr/lib64/doublecmd ./
   else