2008-09-12 20:37:28 +02: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 19:49:53 +01:00
|
|
|
res = 1;
|
|
|
|
}
|
|
|
|
+ else
|
|
|
|
+ checkFiles(check_fileList);
|
|
|
|
|
|
|
|
check_fileList = freeStringBuf(check_fileList);
|
|
|
|
|