From 29289e00bc8307c9d7b9aea89fd92dc8c6f29cbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 19 Nov 2013 13:23:34 +0200 Subject: [PATCH] print relpath --- remove_bundled_libraries-stale.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remove_bundled_libraries-stale.patch b/remove_bundled_libraries-stale.patch index f821b8f..1f7813b 100644 --- a/remove_bundled_libraries-stale.patch +++ b/remove_bundled_libraries-stale.patch @@ -13,7 +13,7 @@ if options.do_remove: # Delete the file - best way to ensure it's not used during build. + if options.do_print: -+ print path ++ print relpath os.remove(path) else: # By default just print paths that would be removed. -- 2.44.0