mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/mkmf.rb: unbreak "make install". lib/* must be installed
under $rubylibdir, not under $libdir. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
98e79eccdf
commit
156b183551
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri May 18 03:45:55 2001 Brian F. Feldman <green@FreeBSD.org>
|
||||
|
||||
* lib/mkmf.rb: unbreak "make install". lib/* must be installed
|
||||
under $rubylibdir, not under $libdir.
|
||||
|
||||
Fri May 18 01:11:02 2001 Usaku Nakamura <usa@osb.att.ne.jp>
|
||||
|
||||
* ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneeded
|
||||
|
|
|
@ -488,10 +488,10 @@ install: $(archdir)/$(DLLIB)
|
|||
site-install: $(sitearchdir)/$(DLLIB)
|
||||
|
||||
$(archdir)/$(DLLIB): $(DLLIB)
|
||||
@$(RUBY) -r ftools -e 'File::makedirs(*ARGV)' $(libdir) $(archdir)
|
||||
@$(RUBY) -r ftools -e 'File::makedirs(*ARGV)' $(rubylibdir) $(archdir)
|
||||
@$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0555, true)' $(DLLIB) $(archdir)/$(DLLIB)
|
||||
EOMF
|
||||
install_rb(mfile, "$(libdir)", srcdir)
|
||||
install_rb(mfile, "$(rubylibdir)", srcdir)
|
||||
mfile.printf "\n"
|
||||
|
||||
mfile.printf <<EOMF
|
||||
|
|
Loading…
Add table
Reference in a new issue