mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-23 05:28:37 -05:00
9 lines
179 B
Makefile
9 lines
179 B
Makefile
.PHONY: redhat_package
|
|
.NOTPARALLEL: redhat_package
|
|
|
|
redhat_package: redhat_bootstrap package
|
|
|
|
redhat_bootstrap:
|
|
sudo yum install -y --nogpgcheck build/external-repo.noarch.rpm
|
|
|