mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 13:46:41 +02:00
13 lines
465 B
Text
13 lines
465 B
Text
--- ./flutter/tools/pub_get_offline.py.orig
|
|
+++ ./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:
|