diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-09-18 11:01:35 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-18 13:17:21 +0200 |
commit | 64a50ee427df9754a2b2dbb62cd2b4a4710e912d (patch) | |
tree | ae11ef551aa8760b43e34bcfa647bb72a7c98dda /docs/manual | |
parent | b143b6d01e61580d4b862c30d5f4c205e182a23f (diff) | |
download | buildroot-64a50ee427df9754a2b2dbb62cd2b4a4710e912d.tar.gz buildroot-64a50ee427df9754a2b2dbb62cd2b4a4710e912d.zip |
trivial: manual: multimedia is no longer a subdirectory
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/adding-packages-directory.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index aac1ced452..7bf37c27a6 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -8,7 +8,7 @@ First of all, create a directory under the +package+ directory for your software, for example +libfoo+. Some packages have been grouped by topic in a sub-directory: -+multimedia+, +x11r7+, +efl+ and +matchbox+. If your package fits in ++x11r7+, +efl+ and +matchbox+. If your package fits in one of these categories, then create your package directory in these. New subdirectories are discouraged, however. |