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

(-)cinnamon-1.2-r1.ebuild_old (-1 / +4 lines)
Lines 142-148 Link Here
142
		   files/usr/bin/cinnamon-settings \
142
		   files/usr/bin/cinnamon-settings \
143
		   files/cinnamon-settings.pot \
143
		   files/cinnamon-settings.pot \
144
		   files/makepot || die "sed 2 failed"
144
		   files/makepot || die "sed 2 failed"
145
	mv files/usr/lib files/usr/$(get_libdir) || die "mv failed"
145
	# this fails whenever $(get_libdir) is already "lib":
146
	if [[ "$(get_libdir)" != "lib" ]]; then
147
		mv files/usr/lib files/usr/$(get_libdir) || die "mv failed"
148
	fi
146
149
147
	eautoreconf
150
	eautoreconf
148
	gnome2_src_prepare
151
	gnome2_src_prepare

Return to bug 401223