Skip to content

Commit

Permalink
Let people use icu-data-en instead of icu-data-full when installing e…
Browse files Browse the repository at this point in the history
…cma_intl (mlocati#796)
  • Loading branch information
mlocati authored Aug 30, 2023
1 parent c7d8aae commit 7618bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ buildRequiredPackageLists() {
fi
;;
ecma_intl@alpine)
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent icu-libs"
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent icu-libs $buildRequiredPackageLists_icuPersistent"
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile icu-dev libidn-dev"
;;
ecma_intl@debian)
Expand Down

0 comments on commit 7618bd4

Please sign in to comment.