Skip to content

Commit

Permalink
app-editors/joe: Fixed eautoreconf with USE="xterm".
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Sep 7, 2016
1 parent a6ead23 commit 5fbb77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-editors/joe/joe-4.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ src_prepare() {
default
# Enable xterm mouse support in the rc files
if use xterm; then
cd "${S}"/rc || die
pushd "${S}"/rc &>/dev/null || die
local i
for i in *rc*.in; do
sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die
done
popd &>/dev/null
fi
eautoreconf
}
Expand Down

0 comments on commit 5fbb77d

Please sign in to comment.