Skip to content

Commit

Permalink
fdclone: test sequoia build
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 7, 2024
1 parent 71142d8 commit 3880e41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/f/fdclone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ def install
ENV.deparallelize
system "make", "PREFIX=#{prefix}", "all"
system "make", "MANTOP=#{man}", "install"
pkgshare.install "_fdrc" => "fd2rc.dist"

%w[README FAQ HISTORY LICENSES TECHKNOW ToAdmin].each do |file|
system "nkf", "-w", "--overwrite", file
prefix.install "#{file}.eng" => file
prefix.install file => "#{file}.ja"
end

pkgshare.install "_fdrc" => "fd2rc.dist"
end

def caveats
Expand Down

0 comments on commit 3880e41

Please sign in to comment.