Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 279825 | Differences between
and this patch

Collapse All | Expand All

(-)ruby-1.9.1-p129/lib/mkmf.rb (-1 / +1 lines)
Lines 1703-1709 Link Here
1703
      for f in files
1703
      for f in files
1704
	dest = "#{dir}/#{File.basename(f)}"
1704
	dest = "#{dir}/#{File.basename(f)}"
1705
	mfile.print("install-rb#{sfx}: #{dest}\n")
1705
	mfile.print("install-rb#{sfx}: #{dest}\n")
1706
        mfile.print("#{dest}: #{f}\n")
1706
        mfile.print("#{dest}: #{f} #{dir}\n")
1707
        mfile.print("\t$(#{$extout ? 'COPY' : 'INSTALL_DATA'}) ")
1707
        mfile.print("\t$(#{$extout ? 'COPY' : 'INSTALL_DATA'}) ")
1708
	mfile.print("#{fseprepl[f]} $(@D#{sep})\n")
1708
	mfile.print("#{fseprepl[f]} $(@D#{sep})\n")
1709
	if defined?($installed_list) and !$extout
1709
	if defined?($installed_list) and !$extout
1710
1710

Return to bug 279825