submit to devel:languages:nodejs, a dependency for native building of electron (which is not finished yet). I need my branch clean to test refactored nodejs-packaging. OBS-URL: https://build.opensuse.org/request/show/459699 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/libchromiumcontent?expand=0&rev=1
21 lines
633 B
Diff
21 lines
633 B
Diff
Index: libchromiumcontent-50.0.2661.11/script/update
|
|
===================================================================
|
|
--- libchromiumcontent-50.0.2661.11.orig/script/update
|
|
+++ libchromiumcontent-50.0.2661.11/script/update
|
|
@@ -31,13 +31,12 @@ def main():
|
|
# if not is_source_tarball_updated(version):
|
|
# download_source_tarball(version)
|
|
|
|
- if sys.platform == 'linux2':
|
|
- install_sysroot()
|
|
+# if sys.platform == 'linux2':
|
|
+# install_sysroot()
|
|
|
|
target_arch = args.target_arch
|
|
return (apply_patches() or
|
|
copy_chromiumcontent_files() or
|
|
- update_clang() or
|
|
run_gyp(target_arch))
|
|
|
|
|