commit 281dd008e031d30bac9573c7a0cc3279bb981831 parent 32bbbd6c3fddb78a8da2af05296b33c2ec0e1d44 Author: sin <sin@2f30.org> Date: Sun, 4 Jun 2017 10:22:16 +0100 sysbuild: Fixup mode for /bsd Diffstat:
M | sysbuild | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysbuild b/sysbuild @@ -19,7 +19,7 @@ upgradekernel() { make config make make install - chmod 644 /bsd + chmod 600 /bsd } upgradeworld() {