Skip to main content
1 of 2
musbach
  • 331
  • 6
  • 14

You can install "twice":

  1. Via the package which you created. You can switch it off by --install=no
  2. Via the make. You can switch it off by simply typing make Examples:

No installation at all:

sudo checkinstall --install=no make

An installation via make:

sudo checkinstall --install=no make install
musbach
  • 331
  • 6
  • 14