mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-18 11:08:36 -05:00
9 lines
172 B
Makefile
9 lines
172 B
Makefile
.PHONY: redhat_package
|
|
.NOTPARALLEL: redhat_package
|
|
|
|
redhat_package: redhat_bootstrap package
|
|
|
|
redhat_bootstrap:
|
|
sudo yum install -y --nogpgcheck build/zmrepo.noarch.rpm
|
|
|