diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-16 11:25:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-16 11:25:17 +0200 |
commit | 1e44cf889fa2657a9e0e98c93356acf785bc5134 (patch) | |
tree | 6e420a82ba6679ef4448dab7f4548458f291d247 /getmock | |
parent | a19eab8b3def8f070f12be5b7faf8799d5f85fd3 (diff) |
drop default stream for Fedora
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -186,9 +186,9 @@ do [ -d ${cible}ppc64 -a ! -f ${cible}ppc64/.closed ] \ && ln ${cible} /$j ${cible}ppc64/$j \ && echo + $i linked ppc64 - [ -d ${cible}i386 ] \ - && ln ${cible}x86_64/$j ${cible}i386/$j \ - && echo + $i linked x86_64 + #[ -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 |