Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 430756
Collapse All | Expand All

(-)/usr/portage/eclass/vim-doc.eclass (+3 lines)
Lines 56-61 Link Here
56
56
57
		# Re-create / install new links
57
		# Re-create / install new links
58
		if [[ -d $vimfiles/doc ]]; then
58
		if [[ -d $vimfiles/doc ]]; then
59
			# Strip ROOT from the beginning of $vimfiles to support cross
60
			# compilation.  Note that this is *not* EROOT.
61
			vimfiles=/${vimfiles##$ROOT}
59
			ln -s $vimfiles/doc/*.txt $d/doc 2>/dev/null
62
			ln -s $vimfiles/doc/*.txt $d/doc 2>/dev/null
60
		fi
63
		fi
61
64

Return to bug 430756