diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /math/gh-bc/files/patch-scripts_locale__install.sh | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'math/gh-bc/files/patch-scripts_locale__install.sh')
| -rw-r--r-- | math/gh-bc/files/patch-scripts_locale__install.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gh-bc/files/patch-scripts_locale__install.sh b/math/gh-bc/files/patch-scripts_locale__install.sh index b3587849ec51..38bd9aad9b89 100644 --- a/math/gh-bc/files/patch-scripts_locale__install.sh +++ b/math/gh-bc/files/patch-scripts_locale__install.sh @@ -1,6 +1,6 @@ ---- scripts/locale_install.sh.orig 2023-02-02 08:17:33 UTC +--- scripts/locale_install.sh.orig 2024-09-24 03:54:03 UTC +++ scripts/locale_install.sh -@@ -246,6 +246,7 @@ for file in $locales_dir/*.msg; do +@@ -247,6 +247,7 @@ for file in $locales_dir/*.msg; do # Generate the proper location for the cat file. loc=$(gen_nlspath "$destdir/$nlspath" "$locale" "$main_exec") @@ -8,7 +8,7 @@ gencatfile "$loc" "$file" printf 'done\n' -@@ -289,8 +290,6 @@ for file in $locales_dir/*.msg; do +@@ -290,8 +291,6 @@ for file in $locales_dir/*.msg; do linkdir=$(dirname "$file") locale=$(basename "$link" .msg) linksrc=$(gen_nlspath "$nlspath" "$locale" "$main_exec") @@ -17,7 +17,7 @@ # If the target file doesn't exist (because it's for a locale that is # not installed), generate it anyway. It's easier this way. -@@ -300,7 +299,8 @@ for file in $locales_dir/*.msg; do +@@ -301,7 +300,8 @@ for file in $locales_dir/*.msg; do # Finally, symlink to the install of the generated cat file that # corresponds to the correct msg file. |
