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

Collapse All | Expand All

(-)gen_funcs.sh (+6 lines)
Lines 254-261 Link Here
254
	
254
	
255
	for i in ${CACHE_DIR_CONTENTS}
255
	for i in ${CACHE_DIR_CONTENTS}
256
	do
256
	do
257
	  if [ -d ${CACHE_DIR}/${i} ]
258
	  then
259
		print_info 1 "	 >> removing dir ${i}"
260
		rm -rf ${CACHE_DIR}/${i}
261
	  else
257
		print_info 1 "	 >> removing ${i}"
262
		print_info 1 "	 >> removing ${i}"
258
		rm ${CACHE_DIR}/${i}
263
		rm ${CACHE_DIR}/${i}
264
	  fi
259
	done
265
	done
260
fi
266
fi
261
267

Return to bug 347213