]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - remove_bundled_libraries-stale.patch
update md5
[packages/chromium-browser.git] / remove_bundled_libraries-stale.patch
index a013f8dc3f5bb909f75191d41a7edb0d64c2de5d..1f7813b5dda8e6df121272eee5c6af57b104cb3f 100644 (file)
@@ -12,8 +12,8 @@
  
        if options.do_remove:
          # Delete the file - best way to ensure it's not used during build.
-+        if not options.do_print:
-+            print path
++        if options.do_print:
++            print relpath
          os.remove(path)
        else:
          # By default just print paths that would be removed.
This page took 0.069138 seconds and 4 git commands to generate.