Skip to content

Commit 406c3ce

Browse files
authored
lanraragi: fix missing locales folder
lanraragi 0.9.30 adds a new locales folder to hold translations, which is missing from the brew bottles at the moment.
1 parent d6ae684 commit 406c3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/l/lanraragi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def install
6363
"'#{ENV["ARCHIVE_LIBARCHIVE_LIB_DLL"]}'"
6464

6565
(libexec/"lib").install Dir["lib/*"]
66-
libexec.install "script", "package.json", "public", "templates", "tests", "lrr.conf"
66+
libexec.install "script", "package.json", "public", "locales", "templates", "tests", "lrr.conf"
6767
libexec.install "tools/build/homebrew/redis.conf"
6868
bin.install "tools/build/homebrew/lanraragi"
6969
end

0 commit comments

Comments
 (0)