From 7d292a2860369511251666344badff46898d5920 Mon Sep 17 00:00:00 2001 From: marc Date: Mon, 13 Apr 1998 18:10:20 +0000 Subject: [PATCH] return code buglet CVS patchset: 2089 CVS date: 1998/04/13 18:10:20 --- CHANGES | 3 +++ build/files.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1427ff8..12d2ccd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.4.109 -> 2.4.110: + - fixed return code bug in build code + 2.4.108 -> 2.4.109: - remove icons with --rmsource - do dependecy generation on -bl diff --git a/build/files.c b/build/files.c index a81b469..75f70e9 100644 --- a/build/files.c +++ b/build/files.c @@ -282,7 +282,7 @@ int processBinaryFiles(Spec spec, int installSpecialDoc) pkg = pkg->next; } - return rc; + return res; } static int processPackageFiles(Spec spec, Package pkg, int installSpecialDoc) -- 2.7.4