Project

General

Profile

Actions

Bug #1728

closed

gem installed binaries don't honor program-suffix

Added by docwhat (Christian Höltje) almost 15 years ago. Updated about 13 years ago.

Status:
Rejected
Target version:
-
ruby -v:
ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-darwin9.7.0]
Backport:
[ruby-core:24145]

Description

=begin
What happens:

  • Compile and Install ruby using ./configure --program-suffix=-foobar
  • Install a gem that installs a binary: gem install ZenTest
  • Notice that the binaries created do not have the program-suffix: ls autotest unit_diff multi_ruby zentest

What I expected:

  • The binaries created by the gem should have the suffix -foobar: ls autotest-foobar unit_diff-foobar multi_ruby-foobar zentest-foobar

Ciao!
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0