From 86e019bab8a171bed4317ef6b92cc9aba143055e Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 11 Dec 1996 15:53:58 +0000 Subject: [PATCH] actually fixed core dump this time CVS patchset: 1221 CVS date: 1996/12/11 15:53:58 --- lib/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.c b/lib/install.c index 001b8ca..c6374b1 100644 --- a/lib/install.c +++ b/lib/install.c @@ -238,8 +238,8 @@ int rpmInstallPackage(char * rootdir, rpmdb db, int fd, char * location, if (rc == -1) return 2; if (rc) { scriptArg = 1; - hasOthers = 1; } else { + hasOthers = 1; scriptArg = matches.count + 1; } -- 2.7.4