2008-09-12 18:37:28 +00:00
|
|
|
Index: build/files.c
|
|
|
|
===================================================================
|
|
|
|
--- build/files.c.orig
|
|
|
|
+++ build/files.c
|
|
|
|
@@ -2521,6 +2521,8 @@ int processBinaryFiles(Spec spec, int in
|
|
|
|
if (res == 0)
|
2007-03-22 18:49:53 +00:00
|
|
|
res = 1;
|
|
|
|
}
|
|
|
|
+ else
|
|
|
|
+ checkFiles(check_fileList);
|
|
|
|
|
|
|
|
check_fileList = freeStringBuf(check_fileList);
|
|
|
|
|