mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Convert script - aarch64 support
This commit is contained in:
parent
506dc37944
commit
39cabbae06
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue