install-info
not shipped on macOS Ventura
#4306
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Is it ok just to replace |
Beta Was this translation helpful? Give feedback.
Is it ok just to replace
/usr/bin/install-info
withinstall-info
inpathname.rb
? This way anyinstall-info
in users'PATH
will do the job. We can also regenerate the entiredir
file in thepost_install
block of thetexinfo
formula, so that everything will work out of the box withbrew
edtexinfo
. If this makes sense, I can submit RPs in related repos.