diff options
author | P. J. McDermott <pehjota> | 2012-11-18 16:59:33 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-18 16:59:33 (EST) |
commit | bc4b0f029b484a0ce66110fff887e818941ecbb9 (patch) | |
tree | cf3c6adaa42dbc9138071b08e53c25780335714a /dev/packaging/tutorials | |
parent | a3c55cc0e374dc7a8598211ec92f2fdebacc8cf4 (diff) |
Fix binary package metadata directory names.
Diffstat (limited to 'dev/packaging/tutorials')
-rw-r--r-- | dev/packaging/tutorials/basic.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn index d51190e..395fb58 100644 --- a/dev/packaging/tutorials/basic.mdwn +++ b/dev/packaging/tutorials/basic.mdwn @@ -284,7 +284,7 @@ Binary Package Metadata Each binary package to be built needs to have [a directory for its metadata][spf-binpkg.pkg]. So let's create directories for our packages. - $ mkdir libexpat.1.pkg libexpat.1-dev xmlwf xmlwf-doc + $ mkdir libexpat.1.pkg libexpat.1-dev.pkg xmlwf.pkg xmlwf-doc.pkg SPF 2.0 requires a `control` file for each binary package. The format of this file is the same as that of the source package `control` file. The required |