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

(-)bin/ebuild.sh (-4 / +9 lines)
Lines 263-272 Link Here
263
#if no perms are specified, dirs/files will have decent defaults
263
#if no perms are specified, dirs/files will have decent defaults
264
#(not secretive, but not stupid)
264
#(not secretive, but not stupid)
265
umask 022
265
umask 022
266
export DESTTREE=/usr
267
export INSDESTTREE=""
268
export _E_EXEDESTTREE_=""
269
export _E_DOCDESTTREE_=""
270
export INSOPTIONS="-m0644"
266
export INSOPTIONS="-m0644"
271
export EXEOPTIONS="-m0755"
267
export EXEOPTIONS="-m0755"
272
export LIBOPTIONS="-m0644"
268
export LIBOPTIONS="-m0644"
Lines 966-971 Link Here
966
	#some packages uses an alternative to $S to build in, cause
962
	#some packages uses an alternative to $S to build in, cause
967
	#our libtool to create problematic .la files
963
	#our libtool to create problematic .la files
968
	export PWORKDIR="$WORKDIR"
964
	export PWORKDIR="$WORKDIR"
965
966
	# Reset exeinto(), docinto(), insinto(), and into() state variables
967
	# in case the user is running the install phase multiple times
968
	# consecutively via the ebuild command.
969
	export DESTTREE=/usr
970
	export INSDESTTREE=""
971
	export _E_EXEDESTTREE_=""
972
	export _E_DOCDESTTREE_=""
973
969
	ebuild_phase src_install
974
	ebuild_phase src_install
970
	touch "${PORTAGE_BUILDDIR}/.installed"
975
	touch "${PORTAGE_BUILDDIR}/.installed"
971
	vecho ">>> Completed installing ${PF} into ${D}"
976
	vecho ">>> Completed installing ${PF} into ${D}"

Return to bug 210449