X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=rpm-installplatform.patch;fp=rpm-installplatform.patch;h=cc75c1a2a3bc12b56186adaceadc99cd28eb609f;hb=247bd0f753a3ec731d95cbde67da421f2908ff94;hp=250055ba106b295da383a3fb909b3d43d28b3e0b;hpb=51da5f32a8ba2fd2557459cc6bf048525be5872c;p=packages%2Frpm.git diff --git a/rpm-installplatform.patch b/rpm-installplatform.patch index 250055b..cc75c1a 100644 --- a/rpm-installplatform.patch +++ b/rpm-installplatform.patch @@ -5,7 +5,7 @@ powerpc*|ppc*) SUBSTS='s_ppc64_ppc_ s_ppc\([^6ip]\|$\)_ppc64\1_ s_ppc\([^6ip]\|$\)_ppciseries_ s_ppc\([^6ip]\|$\)_ppcpseries_ s_ppc\([^6ip]\|$\)_ppc64iseries_ s_ppc\([^6ip]\|$\)_ppc64pseries_' ;; s390*) SUBSTS='s_s390x_s390_ s_s390\([^x]\|$\)_s390x\1_' ;; - x86_64|amd64|ia32e) SUBSTS='s,x86_64,x86_64, s,x86_64,ia32e, s,x86_64,amd64,' ;; -+ x86_64|amd64|ia32e) SUBSTS='s|x86_64|x86_64| s|x86_64|ia32e| s|x86_64|amd64|' ;; ++ x86_64|amd64|ia32e) SUBSTS='s|x86_64|x86_64| s|x86_64|amd64|' ;; *) SUBSTS=y___ ;; esac