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

(-)gnome2.eclass (-1 / +10 lines)
Lines 293-296 Link Here
293
	gnome2_icon_cache_update
293
	gnome2_icon_cache_update
294
}
294
}
295
295
296
EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_postinst pkg_postrm
296
gnome2_src_test() {
297
	# Tests supplied by gnome packages insist on fiddling about in the
298
	# users' home directory.  Set GNOME22_USER_DIR to a suitable temporary
299
	# location so that the tests have a chance of running.
300
	mkdir -p ${T}/gnome-user-dir
301
	export GNOME22_USER_DIR=${T}/gnome-user-dir
302
	make check || die "Make check failed :(."
303
}
304
305
EXPORT_FUNCTIONS src_unpack src_compile src_test src_install pkg_postinst pkg_postrm

Return to bug 69343