From 736d3fa05f324f75c8dbdb093af5cd7996e9a736 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 24 Jun 2014 12:37:23 +0000 Subject: Fix typos in the chunk morphologies --- fhs-dirs.morph | 2 +- stage2-fhs-dirs.morph | 2 +- 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" -- cgit v1.2.1