--- bbdb-2.34-r1.ebuild 2004-05-13 14:06:37.589921096 +0200 +++ bbdb-2.34-r1.1.ebuild 2004-05-13 14:14:19.746662592 +0200 @@ -45,6 +45,7 @@ econf --with-emacs=emacs || die "econf failed" make || die 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 \ -l ${T}/lp.el -f batch-byte-compile bits/*.el || die }