mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* djgpp/config.sed (@program_transform_name@): use %', not ,'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c2ea598cf5
commit
e51578fd72
2 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ s,@PACKAGE_STRING@,,;t t
|
|||
s,@PACKAGE_BUGREPORT@,,;t t
|
||||
s,@exec_prefix@,${prefix},;t t
|
||||
s,@prefix@,/dev/env/DJDIR,;t t
|
||||
s,@program_transform_name@,s:^::,;t t
|
||||
s%@program_transform_name@%s,^,,%;t t
|
||||
s,@bindir@,${exec_prefix}/bin,;t t
|
||||
s,@sbindir@,${exec_prefix}/sbin,;t t
|
||||
s,@libexecdir@,${exec_prefix}/libexec,;t t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue