2008-09-12 20:37:28 +02:00
|
|
|
Index: build/files.c
|
|
|
|
===================================================================
|
|
|
|
--- build/files.c.orig
|
|
|
|
+++ build/files.c
|
2009-08-28 15:54:03 +02:00
|
|
|
@@ -2211,6 +2211,8 @@ static int checkFiles(StringBuf fileList
|
|
|
|
_("Installed (but unpackaged) file(s) found:\n%s"), t);
|
|
|
|
}
|
2007-03-22 19:49:53 +01:00
|
|
|
}
|
|
|
|
+ else
|
|
|
|
+ checkFiles(check_fileList);
|
|
|
|
|
2009-08-28 15:54:03 +02:00
|
|
|
exit:
|
|
|
|
sb_stdout = freeStringBuf(sb_stdout);
|