commit 2caf722e3f7b7e063ffb2776de50a6702692d50e
parent 28073cf8a8cbdd560a118f347120a3f94b293fde
Author: sin <sin@2f30.org>
Date: Fri, 6 Jun 2014 17:34:42 +0100
Correctly set permission for svc.d/bare.sh
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fs/mkfile b/fs/mkfile
@@ -26,8 +26,9 @@ INSTALL_SYMLINK = \
bin /sbin \
../tmp /var/tmp
-INSTALL_OTHER1 = `{find svc.d -type f}
+INSTALL_OTHER1 = svc.d/bare.sh
INSTALL_OTHER1_DIR = /bin/svc.d
+INSTALL_OTHER1_PERMS = 755
INSTALL_OTHER2 = `{find etc -type f}
INSTALL_OTHER2_DIR = /etc
INSTALL_OTHER3 = `{find skel -type f}