From 13cbb1cf2f9fae9c8f0e9183007232d063c59391 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Sun, 15 Feb 2015 16:01:10 +0000 Subject: fixup-fhs --- strata/build-essential/fhs-dirs.morph | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strata/build-essential/fhs-dirs.morph b/strata/build-essential/fhs-dirs.morph index fe63ed19..8ec3e9b3 100644 --- a/strata/build-essential/fhs-dirs.morph +++ b/strata/build-essential/fhs-dirs.morph @@ -3,6 +3,8 @@ kind: chunk description: create the FHS 2.3 directory hierarchy and the usual files install-commands: - sh ./create-fhs-dirs "$DESTDIR" +- rmdir "$DESTDIR"/bin +- rmdir "$DESTDIR"/sbin - install -m 644 passwd "$DESTDIR/etc/passwd" - install -m 600 shadow "$DESTDIR/etc/shadow" - install -m 644 interfaces "$DESTDIR/etc/network/interfaces" -- cgit v1.2.1