1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/testing/flutter/not-in-git.patch
2025-06-12 10:48:23 +00:00

13 lines
487 B
Diff

--- ./engine/src/flutter/tools/pub_get_offline.py.orig
+++ ./engine/src/flutter/tools/pub_get_offline.py
@@ -148,10 +148,6 @@
SRC_ROOT, 'flutter', 'third_party', 'dart', 'tools', 'sdks', 'dart-sdk', 'bin'
)
- # Delete all package_config.json files. These may be stale.
- # Required ones will be regenerated fresh below.
- delete_config_files()
-
# Ensure all relevant packages are listed in ALL_PACKAGES.
unlisted = find_unlisted_packages()
if len(unlisted) > 0: