summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\""
]