diff options
author | Kristof Imre Szabo <kris@lxsystems.de> | 2016-02-28 17:06:46 +0100 |
---|---|---|
committer | Kristof Imre Szabo <kris@lxsystems.de> | 2016-02-28 17:06:46 +0100 |
commit | 6d1dc473686c7067cd89d24fd9d9945f429ed03a (patch) | |
tree | 2b7ea1e4ba901e388415a0833b1c190ddcdcd09e /ext | |
parent | f8d05eb6259fa8ee67b22fad5607fa57c5bba573 (diff) | |
download | infinitytier-6d1dc473686c7067cd89d24fd9d9945f429ed03a.tar.gz infinitytier-6d1dc473686c7067cd89d24fd9d9945f429ed03a.zip |
Typo fix.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/installfiles/linux/RPM/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/installfiles/linux/RPM/README.md b/ext/installfiles/linux/RPM/README.md index 54bb7faa..21ad0a1b 100644 --- a/ext/installfiles/linux/RPM/README.md +++ b/ext/installfiles/linux/RPM/README.md @@ -1,7 +1,7 @@ This folder contains two spec files which enable building of various RPM packages for ZeroTier. #zerotier-one.spec.in -This file contains the information to build an RPM from the bash based binary installer of ZeroTier. The resulting RPM cannot be recompiled to different architecture. +This file contains the information to build an RPM from the bash based binary installer of ZeroTier. The resulting RPM cannot be recompiled to different architectures. #zerotier.spec This spec file is a “standard” RPM spec file. It fits to the common rpmbuild process, SRPM and differnt architectures are supported too. The spec file can be used to build two packages: the standard zerotier and the zerotier-controller. It supports some of the build options exposed in the original Linux makefile: |