From 108ac1082d4f1deebfae3fb132703881a88ba0ed Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 5 Oct 2011 11:36:45 +0100 Subject: Add kind and description to morphology. --- README | 1 + fhs-dirs.morph | 2 ++ 2 files changed, 3 insertions(+) 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\"" ] -- cgit v1.2.1