commit faa3dde615cab9dd0230dcfd08085e87eb2faf9d
parent d5113091e6d8696299b028bb14b18abc357e208d
Author: Daniel Bainton <dpb@driftaway.org>
Date: Thu, 27 Mar 2014 06:39:22 +0000
Install the skel files to /root too
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/fs/mkfile b/fs/mkfile
@@ -32,6 +32,8 @@ INSTALL_OTHER2 = `{find etc -type f}
INSTALL_OTHER2_DIR = /etc
INSTALL_OTHER3 = `{find skel -type f}
INSTALL_OTHER3_DIR = /etc/skel
+INSTALL_OTHER4 = `{find skel -type f}
+INSTALL_OTHER4_DIR = /root
INSTALL_PERMISSIONS = \
1777 /tmp \