View | Details | Raw Unified
Collapse All | Expand All

(-) bbdb-2.34-r1.ebuild (+1 lines)
 Lines 45-50    Link Here 
	econf --with-emacs=emacs || die "econf failed"
	econf --with-emacs=emacs || die "econf failed"
	make || die
	make || die
	echo "(add-to-list 'load-path \"${S}/bits\")" > ${T}/lp.el
	echo "(add-to-list 'load-path \"${S}/bits\")" > ${T}/lp.el
	echo "(add-to-list 'load-path \"${S}/lisp\")" >> ${T}/lp.el
	emacs -batch -q --no-site-file --no-init-file \
	emacs -batch -q --no-site-file --no-init-file \
		-l ${T}/lp.el -f batch-byte-compile bits/*.el || die
		-l ${T}/lp.el -f batch-byte-compile bits/*.el || die
}
}