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

(-)/usr/portage/dev-libs/libffi/libffi-3.4.1.ebuild (-2 / +2 lines)
Lines 220-227 Link Here
220
220
221
	# we want the headers...
221
	# we want the headers...
222
	mkdir -p ${D}/${LOC}/include/${PN}
222
	mkdir -p ${D}/${LOC}/include/${PN}
223
	mv ${D}/${LOC}/lib/gcc-lib/${CCHOST}/${PV}/include/* ${D}/${LOC}/include/${PN}
223
	mv ${D}/${LOC}/{lib,lib64}/gcc-lib/${CCHOST}/${PV}/include/* ${D}/${LOC}/include/${PN}
224
	mv ${D}/${LOC}/lib/gcc/${CCHOST}/${PV}/include/libffi/* ${D}/${LOC}/include/${PN}
224
	mv ${D}/${LOC}/{lib,lib64}/gcc/${CCHOST}/${PV}/include/libffi/* ${D}/${LOC}/include/${PN}
225
	# remove now useless directory...
225
	# remove now useless directory...
226
	rm -Rf ${D}/${LOC}/lib/gcc-lib/
226
	rm -Rf ${D}/${LOC}/lib/gcc-lib/
227
	rm -Rf ${D}/${LOC}/lib/gcc
227
	rm -Rf ${D}/${LOC}/lib/gcc

Return to bug 154065