Normally I use checkinstall because it makes adding and removing the program a lot easier. I tried substituting checkinstall in place of make install -f makefile.linux and got this error:
Code: Select all
========================= Installation results ===========================
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Does anyone know if it is possible to install with checkinstall?