File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This repository contains all the supporting files required for building
4
4
toolchain packages for the Swift toolchain for distribution.
5
5
6
6
This repository does not contain the actual contents of the toolchain. These
7
- files are used to contruct the packaged forms of the toolchain to layout the
7
+ files are used to construct the packaged forms of the toolchain to layout the
8
8
toolchain properly on the destination system.
9
9
10
10
## Organization
@@ -45,6 +45,7 @@ for the various platforms
45
45
* Step 4. Deprecate swift.org Linux tarballs
46
46
47
47
### Package Info
48
+
48
49
* Package name: swiftlang
49
50
* License: Apache 2.0
50
51
@@ -65,7 +66,7 @@ correct programs easier for the developer.
65
66
### RPM Naming Convention:
66
67
67
68
Package naming convention: ` swiftlang-<VERSION>-<RELEASE>.<DIST>.<ARCH>.rpm `
68
- Pakcage structure: ` /repo/<OS>/releases/<OS_VERSION>/<ARCH>/ `
69
+ Package structure: ` /repo/<OS>/releases/<OS_VERSION>/<ARCH>/ `
69
70
Repository configuration: ` /repo/<OS>/releases/<OS_VERSION>/swiftlang.repo `
70
71
71
72
You can’t perform that action at this time.
0 commit comments