Hi, At Tue, 19 Nov 2002 05:09:27 +0900, Phil Tomson wrote: > So my question is, does install.rb take care of this? ie. for each script > in your package's /bin directory does it prepend the #!<path_to_ruby> > prior to installing the script? You mean setup package by Minero Aoki? If so, that install.rb rewrites (not prepend) shebangs in scripts under /bin directory automatically according to --ruby-path command line option for config, and it's defaulted to ${bindir}/${ruby_install_name}. -- Nobu Nakada