fixed bad variable name
authorewt <devnull@localhost>
Sun, 5 Apr 1998 20:57:13 +0000 (20:57 +0000)
committerewt <devnull@localhost>
Sun, 5 Apr 1998 20:57:13 +0000 (20:57 +0000)
CVS patchset: 2072
CVS date: 1998/04/05 20:57:13

lib/uninstall.c

index d6dc1bc..3a110f8 100644 (file)
@@ -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;
     }