From 4040abd64f1bf6e3ba33561f577c8a01093e1a02 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 14 Nov 2011 16:50:32 +0000 Subject: Fix JSON syntax --- fhs-dirs.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhs-dirs.morph b/fhs-dirs.morph index 20505b6..6662309 100644 --- a/fhs-dirs.morph +++ b/fhs-dirs.morph @@ -4,8 +4,8 @@ "decription": "create the FHS 2.3 directory hierarchy (bootstrap edition)", "install-commands": [ "./create-fhs-dirs \"$DESTDIR\"", - "mknod -m 600 \"$DESTDIR/dev/console\" c 5 1" - "mknod -m 666 \"$DESTDIR/dev/null\" c 1 3" + "mknod -m 600 \"$DESTDIR/dev/console\" c 5 1", + "mknod -m 666 \"$DESTDIR/dev/null\" c 1 3", "mkdir -p \"$DESTDIR\"/tools", "ln -s ../bin \"$DESTDIR\"/tools/bin", "ln -s ../sbin \"$DESTDIR\"/tools/sbin", -- cgit v1.2.1