From 5c337af7fff401e742a274bdfc181c38523de67c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jan 2018 14:59:27 +0100 Subject: also populate armhfp repo (EL-7) --- getmock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'getmock') diff --git a/getmock b/getmock index 0720fe0..ac044e2 100755 --- a/getmock +++ b/getmock @@ -128,6 +128,9 @@ do [ -d ${cible}i386 ] \ && ln ${cible}x86_64/$j ${cible}i386/$j \ && echo + $i linked x86_64 + [ -d ${cible}armhfp ] \ + && ln ${cible}x86_64/$j ${cible}armhfp/$j \ + && echo + $i linked armhfp fi ;; *.i?86.rpm) -- cgit