ビルドしたrpmからインストールする

$ su - ⏎
# cd ~/rpmbuild/RPMS/x86_64/ ⏎
# ls ⏎
nginx-1.x.xx-4.el6.x86_64.rpm nginx-debuginfo-1.x.xx-4.el6.x86_64.rpm

作業時点では nginx-1.4.0-4.el6.x86_64.rpm
# rpm -Uvh nginx-x.x.x-x.el6.x86_64.rpm

念のため ngx_cache_purge-x.x が組み込まれているか確認
# nginx -V ⏎

※ここで ngx_cache_purge-x.x が入っていなかった、前の作業から再確認
※作業ディレクトリとか、ちょっとした書き込みミスだった 疲れた〜 (*_*)