Skip to content

Commit

Permalink
app-accessibility/brltty: simplify emake calls
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Oct 13, 2023
1 parent fa553c9 commit 53cff6c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app-accessibility/brltty/brltty-6.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,8 @@ src_install() {
insinto /etc
doins Documents/brltty.conf
newinitd "${FILESDIR}"/brltty.initd brltty
pushd Autostart/Systemd 1> /dev/null || die
emake -j1 INSTALL_ROOT="${ED}" install
popd || die
pushd Autostart/Udev 1> /dev/null || die
emake -j1 INSTALL_ROOT="${ED}" install
popd || die
emake -C Autostart/Systemd -j1 INSTALL_ROOT="${ED}" install
emake -C Autostart/Udev -j1 INSTALL_ROOT="${ED}" install

dodoc Documents/{CONTRIBUTORS,ChangeLog,HISTORY,README*,TODO}
if use doc; then
Expand Down

0 comments on commit 53cff6c

Please sign in to comment.