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
14 lines
401 B
Diff
14 lines
401 B
Diff
Index: libchromiumcontent-47.0.2526.110/script/create-dist
|
|
===================================================================
|
|
--- libchromiumcontent-47.0.2526.110.orig/script/create-dist
|
|
+++ libchromiumcontent-47.0.2526.110/script/create-dist
|
|
@@ -246,7 +246,7 @@ def main():
|
|
copy_ffmpeg(target_arch)
|
|
copy_sources()
|
|
generate_licenses()
|
|
- create_zip()
|
|
+ #create_zip()
|
|
|
|
|
|
def parse_args():
|