checkinstallの入れ方忘れるので書いた

# cd /usr/local/src
# wget http://asic-linux.com.mx/~izto/checkinstall/files/source/checkinstall-1.6.2.tar.gz
# tar zxvf checkinstall-1.6.2.tar.gz
# cd checkinstall-1.6.2
# make
# make install
## 自身をRPMにする
# checkinstall 
# rpm -ivh /usr/src/redhat/RPMS/x86_64/checkinstall-1.6.2-1.x86_64.rpm

もしSELinuxでしんだばあいはcheckinstallするときにexcludeする

# checkinstall --exclude=/selinux

以後make installの代わりにcheckinstallする。