summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormis2002-11-16 00:16:37 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit42c8f3edffe2eba65dcf16114943b71021545ab5 (patch)
treeb50dbd8fdd0046d968bfdf2b814ada9edb0eb28f
parent316d50c312574bc483b299ca45384b7597e84f6d (diff)
downloadpoldek-42c8f3edffe2eba65dcf16114943b71021545ab5.zip
poldek-42c8f3edffe2eba65dcf16114943b71021545ab5.tar.gz
- fixed fix (%$#@!)poldek-0_18-4
Changed files: poldek-hold-fix.patch -> 1.2
-rw-r--r--poldek-hold-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/poldek-hold-fix.patch b/poldek-hold-fix.patch
index 4361016..183e11d 100644
--- a/poldek-hold-fix.patch
+++ b/poldek-hold-fix.patch
@@ -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));