mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout 4b71e71c27a5 for removing update-settings.ini from installs
This commit is contained in:
parent
37e4b74a7b
commit
dc89eb8104
@ -133,14 +133,13 @@ append_remove_instructions() {
|
||||
|
||||
# List all files in the current directory, stripping leading "./"
|
||||
# Skip the channel-prefs.js file as it should not be included in any
|
||||
# generated MAR files (see bug 306077). Also update-settings.ini (bug 908134)
|
||||
# Pass a variable name and it will be filled as an array.
|
||||
# generated MAR files (see bug 306077). Pass a variable name and it will be
|
||||
# filled as an array.
|
||||
list_files() {
|
||||
count=0
|
||||
|
||||
find . -type f \
|
||||
! -name "channel-prefs.js" \
|
||||
! -name "update-settings.ini" \
|
||||
! -name "update.manifest" \
|
||||
! -name "updatev2.manifest" \
|
||||
! -name "temp-dirlist" \
|
||||
|
Loading…
Reference in New Issue
Block a user