Skip to content
Snippets Groups Projects
Commit 8ea4ee4c authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

update 'update' script to run make check after install

This should catch files that were not installed correctly.
parent 541ccb5f
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,9 @@ cd ~/build
make
make install
# run install check, this should fail if files were not found that should be
make check
# install systemd files
mkdir -p ~/.config/systemd/user
cp ~/dmt-runtime-configuration/systemd/dmt-procmgt@.service ~/.config/systemd/user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment