diff options
author | Kristof Imre Szabo <kris@lxsystems.de> | 2016-02-28 00:04:18 +0100 |
---|---|---|
committer | Kristof Imre Szabo <kris@lxsystems.de> | 2016-02-28 00:04:18 +0100 |
commit | 45c233c0e7505b3c6c2f1031a6266ff4829a5e80 (patch) | |
tree | 8825fcb4a7c73c0f48fbe55d2c6bf104dc644759 /ext | |
parent | b836228465b4c93641e745401b4f0b26e1aeee3f (diff) | |
download | infinitytier-45c233c0e7505b3c6c2f1031a6266ff4829a5e80.tar.gz infinitytier-45c233c0e7505b3c6c2f1031a6266ff4829a5e80.zip |
Formatting change
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 47c6a691..32a30192 100644 --- a/ext/installfiles/linux/RPM/README.md +++ b/ext/installfiles/linux/RPM/README.md @@ -4,7 +4,7 @@ This folder contains two spec files which enable building of various RPM package 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. #zerotier.spec -This spec file is a "standard" RPM spec file which enables building an SRPM package from the ZeroTier sources. This makes possible to compile the software on different architectures in a standard way. The spec file supports two packages: the standard zerotier and the zerotier-controller too. It supports some of the build options exposed in the original Linux makefile: +This spec file is a “standard” RPM spec file which enables building an SRPM package from the ZeroTier sources. This makes possible to compile the software on different architectures in a standard way. The spec file supports two packages: the standard zerotier and the zerotier-controller too. It supports some of the build options exposed in the original Linux makefile: > `rpmbuild -ba zerotier.spec` #builds the standard zerotier package, this is what you need in most of the cases |