6 lines
177 B
Bash
Executable File
6 lines
177 B
Bash
Executable File
#!/usr/bin/bash
|
|
# copy files.
|
|
cmake --install build --prefix /usr --config Release -v
|
|
# Done as an install action by the debian package.
|
|
sudo /usr/bin/pipedalconfig --install
|