]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- ups, typo: HAVE_RPMPLATOFMSCORE->HAVE_RPMPLATFORMSCORE
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 7 Jun 2007 16:38:59 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-rpm-4.4.9.patch -> 1.5

poldek-rpm-4.4.9.patch

index c93b9fda7bc514e583f485d841238f4912229b37..9d1635f0825ba404bda045f300c126117d076ea9 100644 (file)
@@ -27,7 +27,7 @@ diff -ur poldek-0.20.1-cvs20070108.22.org/pm/rpm/misc.c poldek-0.20.1-cvs2007010
  
 -
 -#ifdef HAVE_RPMMACHINESCORE
-+#ifdef HAVE_RPMPLATOFMSCORE
++#ifdef HAVE_RPMPLATFORMSCORE
 +static int machine_score(int tag, const char *val) {
 +    return rpmPlatformScore(val, platpat, nplatpat);
 +}
@@ -42,7 +42,7 @@ diff -ur poldek-0.20.1-cvs20070108.22.org/pm/rpm/misc.c poldek-0.20.1-cvs2007010
 -    
 -#ifdef HAVE_RPMMACHINESCORE    
 +
-+#ifdef HAVE_RPMPLATOFMSCORE
++#ifdef HAVE_RPMPLATFORMSCORE
 +    rc = rpmPlatformScore(val, platpat, nplatpat);
 +#elif defined(HAVE_RPMMACHINESCORE)
      rc = rpmMachineScore(RPM_MACHTABLE_INSTARCH, arch);
This page took 0.500209 seconds and 4 git commands to generate.