Skip to content

Commit

Permalink
send: Build, track and install executable
Browse files Browse the repository at this point in the history
Build with `make send`, add it to the git archive, and install it to
`/usr/bin`.
  • Loading branch information
pmenzel committed Mar 18, 2022
1 parent 907197f commit a842a94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ install_exec slowio/slowio-mem-control "$DESTDIR$sysconfdir/s
install_exec slowio/slowio "$DESTDIR$usr_sbindir/slowio"
install_data misc_systemd_units/fix-lpp.service "$DESTDIR$systemdunitdir/fix-lpp.service"
install_exec misc_etc_files/mxq/gpu-policy "$DESTIDIR$sysconfdir/mxq/gpu-policy"
install_exec send/send "$DESTDIR$usr_bindir/send"

postinstall
exit
Binary file added send/send
Binary file not shown.

0 comments on commit a842a94

Please sign in to comment.