diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-29 23:18:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-29 23:18:59 (EDT) |
commit | 7f0fbc917254752ba35fce80855170c123f2c2a3 (patch) | |
tree | c7f12b408b758de63472fe2abdc04d91a8d601a5 /specs | |
parent | a62de503d838759ac618059b2d7126e62f1c66ed (diff) |
Don't specify creation of tmp/dest directory.
Diffstat (limited to 'specs')
-rw-r--r-- | specs/spf-2.0/buildsys.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/specs/spf-2.0/buildsys.mdwn b/specs/spf-2.0/buildsys.mdwn index 63598ca..711a835 100644 --- a/specs/spf-2.0/buildsys.mdwn +++ b/specs/spf-2.0/buildsys.mdwn @@ -9,8 +9,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` and an installation destination -directory named `dest` shall be created. +copied or unpacked into a directory called `src` shall be created. After all expected binary packages have been built, the work area (`tmp` and its children) shall be removed. |