return code buglet
authormarc <devnull@localhost>
Mon, 13 Apr 1998 18:10:20 +0000 (18:10 +0000)
committermarc <devnull@localhost>
Mon, 13 Apr 1998 18:10:20 +0000 (18:10 +0000)
CVS patchset: 2089
CVS date: 1998/04/13 18:10:20

CHANGES
build/files.c

diff --git a/CHANGES b/CHANGES
index 1427ff8..12d2ccd 100644 (file)
--- 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
index a81b469..75f70e9 100644 (file)
@@ -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)