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

(-)a/bar/eclass/ecnij.eclass (-2 / +2 lines)
Lines 270-276 Link Here
270
	(( ${#MULTILIB_COMPAT[@]} == 1 )) && abi_lib=
270
	(( ${#MULTILIB_COMPAT[@]} == 1 )) && abi_lib=
271
271
272
	DIRS=("${CNIJFILTER_SRC[@]}")
272
	DIRS=("${CNIJFILTER_SRC[@]}")
273
	use cups && dir_src_command "emake" "DESTDIR=\"${D}\" install"
273
	use cups && dir_src_command "emake" "DESTDIR=\"${D}\"" "install"
274
274
275
	for (( p=0; p<${#PRINTER_ID[@]}; p++ )); do
275
	for (( p=0; p<${#PRINTER_ID[@]}; p++ )); do
276
		pr=${PRINTER_MODEL[$p]} prid=${PRINTER_ID[$p]}
276
		pr=${PRINTER_MODEL[$p]} prid=${PRINTER_ID[$p]}
Lines 278-284 Link Here
278
			lingua=true
278
			lingua=true
279
			pushd ${pr} || die
279
			pushd ${pr} || die
280
			DIRS=("${PRINTER_SRC[@]}")
280
			DIRS=("${PRINTER_SRC[@]}")
281
			dir_src_command "emake" "DESTDIR=\"${D}\" install"
281
			dir_src_command "emake" "DESTDIR=\"${D}\"" "install"
282
			popd
282
			popd
283
			
283
			
284
			pushd ${prid}/libs_bin${abi_lib} || die
284
			pushd ${prid}/libs_bin${abi_lib} || die

Return to bug 685038