Skip to content

Commit

Permalink
app-emacs/flim: Unset PACKAGE_LISPDIR also for tests
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/915032
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Dec 11, 2023
1 parent 870c521 commit fbe1748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-emacs/flim/flim-1.14.9_p20230809.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ src_compile() {
emake PACKAGE_LISPDIR="NONE"
}

src_test() {
emake check PACKAGE_LISPDIR="NONE"
}

src_install() {
emake PREFIX="${ED}/usr" \
LISPDIR="${ED}/${SITELISP}" \
Expand Down

0 comments on commit fbe1748

Please sign in to comment.