summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-30 14:49:13 +0200
committerRemi Collet <remi@remirepo.net>2019-09-30 14:49:13 +0200
commit831ee1ca8a6d332c6c2bb56025f967fa4215c03b (patch)
tree91d943821126d63ff818643787155af7925336fa /getmock
parentb1fd573ef83c1cca7ba7d46cd033a9f56139b30e (diff)
handle aarch64 repo (noarch only)
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock3
1 files changed, 3 insertions, 0 deletions
diff --git a/getmock b/getmock
index 577d851..628ebb2 100755
--- a/getmock
+++ b/getmock
@@ -176,6 +176,9 @@ do
[ -d ${cible}armhfp ] \
&& ln ${cible}x86_64/$j ${cible}armhfp/$j \
&& echo + $i linked armhfp
+ [ -d ${cible}aarch64 ] \
+ && ln ${cible}x86_64/$j ${cible}aarch64/$j \
+ && echo + $i linked aarch64
fi
;;
*.i?86.rpm)