View | Details | Raw Unified
Collapse All | Expand All

(-) gphoto2-2.4.1.ebuild.orig (-1 / +1 lines)
 Lines 36-41    Link Here 
src_compile() {
src_compile() {
	econf \
	econf \
		--docdir=/usr/share/doc/${PF} \
		$(use_with aalib) \
		$(use_with aalib) \
		$(use_with aalib jpeg) \
		$(use_with aalib jpeg) \
		$(use_with exif) \
		$(use_with exif) \
 Lines 47-53    Link Here 
src_install() {
src_install() {
	emake DESTDIR="${D}" \
	emake DESTDIR="${D}" \
		gphotodocdir="${D}"/usr/share/doc/${PF} \
		HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
		HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
		install || die "installation failed"
		install || die "installation failed"