diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-15 14:59:27 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-15 14:59:27 +0100 |
commit | 5c337af7fff401e742a274bdfc181c38523de67c (patch) | |
tree | 7b8f99f1a0be07ade935b90d3c2f542a835cc2ac /getmock | |
parent | 358505da615f0f5487f812115742952c9520ea7b (diff) |
also populate armhfp repo (EL-7)
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |