File: install_libkshark-devel.sh

package info (click to toggle)
kernelshark 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,744 kB
  • sloc: cpp: 12,517; ansic: 11,546; makefile: 89; sh: 89
file content (5 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
if cmake -DCOMPONENT=libkshark-devel -P cmake_install.cmake; then
    echo "libkshark-devel installed correctly"
else
        exit 1
fi