summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fhs-dirs.morph2
-rw-r--r--stage2-fhs-dirs.morph2
2 files changed, 2 insertions, 2 deletions
diff --git a/fhs-dirs.morph b/fhs-dirs.morph
index aaf9ec6..e1c2d2d 100644
--- a/fhs-dirs.morph
+++ b/fhs-dirs.morph
@@ -1,6 +1,6 @@
name: fhs-dirs
kind: chunk
-decription: create the FHS 2.3 directory hierarchy and the usual files
+description: create the FHS 2.3 directory hierarchy and the usual files
install-commands:
- sh ./create-fhs-dirs "$DESTDIR"
- install -m 644 passwd "$DESTDIR/etc/passwd"
diff --git a/stage2-fhs-dirs.morph b/stage2-fhs-dirs.morph
index 1907a10..fedb2e8 100644
--- a/stage2-fhs-dirs.morph
+++ b/stage2-fhs-dirs.morph
@@ -1,6 +1,6 @@
name: stage2-fhs-dirs
kind: chunk
-decription: create the FHS 2.3 directory hierarchy and the usual files
+description: create the FHS 2.3 directory hierarchy and the usual files
install-commands:
- sh ./create-fhs-dirs "$DESTDIR"
- rmdir "$DESTDIR/bin"