]> git.ipfire.org Git - pakfire.git/commitdiff
linter: Silence the RUNPATH check
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 Dec 2024 14:55:36 +0000 (14:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 Dec 2024 14:55:36 +0000 (14:55 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/linter-file.c

index b8af528fff11b443017ad68752cd0cb593f2cb8a..1782c77b8f2b49010222aefa55875dff94aee664 100644 (file)
@@ -684,7 +684,7 @@ static int __pakfire_linter_file_process_runpath(struct pakfire_linter_file* lfi
 
                        // Iterate over all elements
                        while (runpath) {
-                               ERROR(lfile->ctx, "Checking RUNPATH %s\n", runpath);
+                               DEBUG(lfile->ctx, "Checking RUNPATH %s\n", runpath);
 
                                // We do not allow any relative RUNPATHs
                                if (pakfire_path_match(runpath, "**/../**"))