]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- killed '\n', it was typo, thx qboosh
authorsparky <sparky@pld-linux.org>
Sat, 11 Feb 2006 21:15:54 +0000 (21:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-morearchs.patch -> 1.2

rpm-morearchs.patch

index e7847e53df02900612e357e4e0572742d6cef976..35a6fec08415ac176aca21a7f6b73fb4ee64d2bc 100644 (file)
@@ -34,7 +34,7 @@ diff -ur rpm-4.4.4/lib/rpmrc.c rpm-4.4.4.morearchs/lib/rpmrc.c
 +                  // 0x8000: 7450, 0x8001: 7455, 0x8002: 7457, 0x8003: 7447A
 +                  strcpy(un.machine, "ppc7450");
 +              else if ( pvr == 0x800C || pvr == 12 )
-+                  strcpy(un.machine, "ppc7400\n");
++                  strcpy(un.machine, "ppc7400");
 +              else if ( pvr >= 0x40)
                    strcpy(un.machine, "ppcpseries");
                else if ( (pvr == 0x36) || (pvr == 0x37) )
This page took 0.037219 seconds and 4 git commands to generate.