summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-10-05 11:36:45 +0100
committerLars Wirzenius <liw@liw.fi>2011-10-05 11:36:45 +0100
commit108ac1082d4f1deebfae3fb132703881a88ba0ed (patch)
treecef5610b19349dbe275e6dd72219850e1dbb2890
parentb5e77340068a3282f76f1bfb269508162d500e79 (diff)
downloadfhs-dirs-108ac1082d4f1deebfae3fb132703881a88ba0ed.tar.gz
Add kind and description to morphology.
-rw-r--r--README1
-rw-r--r--fhs-dirs.morph2
2 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index cdde899..1a8b0a2 100644
--- a/README
+++ b/README
@@ -4,6 +4,7 @@ README for `fhs-dirs`
`fhs-dirs` is a tiny project that creates the minimal directory structure
to implement the Filesystem Hierarchy Standard (FHS).
+
Legalese
--------
diff --git a/fhs-dirs.morph b/fhs-dirs.morph
index 2c257bc..beb8718 100644
--- a/fhs-dirs.morph
+++ b/fhs-dirs.morph
@@ -1,5 +1,7 @@
{
"name": "fhs-dirs",
+ "kind": "chunk",
+ "decription": "create the FHS 2.3 directory hierarchy",
"install-commands": [
"./create-fhs-dirs \"$DESTDIR\""
]