Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
install.sh: Adjust for the new mxvmem location
  • Loading branch information
thomas committed Dec 6, 2022
1 parent 1228158 commit 0cf0a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -254,7 +254,7 @@ install_exec forensics/forensicsd "$DESTDIR$usr_sbindir/
install_data forensics/forensicsd.service "$DESTDIR$systemdunitdir/forensicsd.service"
install_data forensics/forensicsd.timer "$DESTDIR$systemdunitdir/forensicsd.timer"
install_data misc_etc_files/modprobe.d/ixgbe_sfp.conf "$DESTDIR$sysconfdir/modprobe.d/ixgbe_sfp.conf"
install_exec mxvmem/mxvmem "$DESTDIR$usr_bindir/mxvmem"
install_exec forensics/mxvmem "$DESTDIR$usr_bindir/mxvmem"
install_data misc_systemd_units/sshd.service "$DESTDIR$systemdunitdir/sshd.service"
install_data misc_systemd_units/pacbio-sshd.service "$DESTDIR$systemdunitdir/pacbio-sshd.service"

Expand Down

0 comments on commit 0cf0a26

Please sign in to comment.