diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-05-12 18:57:10 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-05-12 18:57:10 (EDT) |
commit | a7315d829ffccc382c954746297aa9ec907810be (patch) | |
tree | e4f2a8c89bf096f414f81424b65355dd33b2f24e | |
parent | 18550af18a250f4557f11422b33053723ad1d6c7 (diff) |
SPF 2.0: Fix leftover words
Commit 7f0fbc917254752ba35fce80855170c123f2c2a3 didn't remove everything
it should have.
-rw-r--r-- | specs/spf-2.0/buildsys.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/spf-2.0/buildsys.mdwn b/specs/spf-2.0/buildsys.mdwn index 07c8039..39bb82c 100644 --- a/specs/spf-2.0/buildsys.mdwn +++ b/specs/spf-2.0/buildsys.mdwn @@ -51,7 +51,7 @@ Build Work Area [work-area] When building packages, a new directory named `tmp` shall be created in the source package directory. In this directory, the package source code shall be -copied or unpacked into a directory called `src` shall be created. +copied or unpacked into a directory called `src`. After all expected binary packages have been built, the work area (`tmp` and its children) shall be removed. |