summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-24 12:37:23 +0000
committerJavier Jardón <jjardon@gnome.org>2016-03-15 21:50:20 +0000
commit736d3fa05f324f75c8dbdb093af5cd7996e9a736 (patch)
tree49bd14cb636ddedbb26c176e312dbbbc8db884cc
parent6420fdf190871ea6d6cf314045f7b3f7fc4dfde6 (diff)
downloadfhs-dirs-736d3fa05f324f75c8dbdb093af5cd7996e9a736.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"