summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-24 12:37:23 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-24 12:37:23 +0000
commit003dd162003b6460f0afe4b7c88c758ccb657965 (patch)
tree49bd14cb636ddedbb26c176e312dbbbc8db884cc
parent442e2a6453ec380bf9d64f6be50e57d54ddf93d3 (diff)
downloadfhs-dirs-003dd162003b6460f0afe4b7c88c758ccb657965.tar.gz
Fix typos in the chunk morphologies
-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"