Simple documentation issue. The Readme.md page provides the use of make and make deb but omits the make rpm feature for use with RPM based distros like RH/Fedora SUSE/opensuse, etc.. After stumbling around with various searches, finding the fedora reference to the script.rpm.sh bash script it pointed toward the simple Makefile rule for rpm.
Dead bang simple (good job) when you know where it is hidden. Simply clone the repo and then make rpm - builds perfectly.
This should be added to the Readme.md page below make deb.
Simple documentation issue. The Readme.md page provides the use of
make
andmake deb
but omits themake rpm
feature for use with RPM based distros like RH/Fedora SUSE/opensuse, etc.. After stumbling around with various searches, finding the fedora reference to thescript.rpm.sh
bash script it pointed toward the simple Makefile rule forrpm
.Dead bang simple (good job) when you know where it is hidden. Simply clone the repo and then
make rpm
- builds perfectly.This should be added to the Readme.md page below
make deb
.