From 3c53731ab2b78a5232dd9ee7e99a76ef1b09f35e Mon Sep 17 00:00:00 2001 From: ewt Date: Sun, 5 Apr 1998 20:57:13 +0000 Subject: [PATCH] fixed bad variable name CVS patchset: 2072 CVS date: 1998/04/05 20:57:13 --- lib/uninstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uninstall.c b/lib/uninstall.c index d6dc1bc..3a110f8 100644 --- a/lib/uninstall.c +++ b/lib/uninstall.c @@ -341,7 +341,7 @@ int rpmRemovePackage(char * prefix, rpmdb db, unsigned int offset, int flags) { } /* Run postun triggers which are set off by this package's removal */ - if (runTriggers(rootdir, db, RPMSENSE_TRIGGERPOSTUN, h, 0)) { + if (runTriggers(prefix, db, RPMSENSE_TRIGGERPOSTUN, h, 0)) { return 2; } -- 2.7.4