summaryrefslogtreecommitdiff
path: root/fhs-dirs.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-16 09:42:38 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-16 09:42:38 +0100
commit10f8222ae4172220c7422719550107257d4aedff (patch)
tree4bd31902f9af21e6b2e8e9d4a180142e63bfa601 /fhs-dirs.morph
parent344208aa81a079a888cdde7082b2a8e602192e00 (diff)
downloadfhs-dirs-10f8222ae4172220c7422719550107257d4aedff.tar.gz
fhs-dirs: generalize symlinks, /var/run -> /run
Given we need more than one symlink now it is appropriate to provide a general mechanism for listing them, like with dirs /run is usually a tmpfs and /var/run is semantically the same anyway, so make is a symlink
Diffstat (limited to 'fhs-dirs.morph')
-rw-r--r--fhs-dirs.morph1
1 files changed, 0 insertions, 1 deletions
diff --git a/fhs-dirs.morph b/fhs-dirs.morph
index 533c68a..a954979 100644
--- a/fhs-dirs.morph
+++ b/fhs-dirs.morph
@@ -12,7 +12,6 @@
"install -d \"$DESTDIR/etc/init.d\"",
"install -m 744 rcS \"$DESTDIR/etc/rcS\"",
"install -m 644 ld.so.conf \"$DESTDIR/etc/ld.so.conf\"",
- "ln -s /proc/mounts \"$DESTDIR\"/etc/mtab",
"echo baserock > \"$DESTDIR\"/etc/hostname"
]
}