]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- fixed fix (%$#@!) poldek-0_18-4
authormis <mis@pld-linux.org>
Sat, 16 Nov 2002 00:16:37 +0000 (00:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-hold-fix.patch -> 1.2

poldek-hold-fix.patch

index 4361016661935217fceccd3985fa1c0c2ac71382..183e11de3b17446cd3b1afe8b65e4e837e75a05a 100644 (file)
@@ -98,7 +98,7 @@
 -
 -            if (fnmatch(mask, dbpkg->pkg->name, 0) == 0) {
 +            
-+            if (pkgscore_match(&psc, mask) == 0) {
++            if (pkgscore_match(&psc, mask)) {
                  logn(LOGERR, _("%s: refusing to uninstall held package"),
 -                    pkg_snprintf_s(dbpkg->pkg));
 +                     pkg_snprintf_s(dbpkg->pkg));
This page took 0.394013 seconds and 4 git commands to generate.