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

Collapse All | Expand All

(-)a/bin/ebuild-helpers/doins (-1 / +1 lines)
Lines 11-16 if [[ ${helper} == dodoc ]] ; then Link Here
11
		# default_src_install may call dodoc with no arguments
11
		# default_src_install may call dodoc with no arguments
12
		# when DOC is defined but empty, so simply return
12
		# when DOC is defined but empty, so simply return
13
		# sucessfully in this case.
13
		# sucessfully in this case.
14
		eqawarn "QA Notice: dodoc called with no arguments"
14
		exit 0
15
		exit 0
15
	fi
16
	fi
16
	export INSOPTIONS=-m0644
17
	export INSOPTIONS=-m0644
17
- 

Return to bug 481664