Update submodules, add browser
This commit is contained in:
parent
75ef540378
commit
4e314292f8
2
Makefile
2
Makefile
|
@ -442,6 +442,7 @@ netutils: \
|
||||||
filesystem/bin/wget
|
filesystem/bin/wget
|
||||||
|
|
||||||
orbutils: \
|
orbutils: \
|
||||||
|
filesystem/bin/browser \
|
||||||
filesystem/bin/calculator \
|
filesystem/bin/calculator \
|
||||||
filesystem/bin/character_map \
|
filesystem/bin/character_map \
|
||||||
filesystem/bin/editor \
|
filesystem/bin/editor \
|
||||||
|
@ -505,6 +506,7 @@ $(BUILD)/filesystem.bin: \
|
||||||
chmod -R og-rwx $(BUILD)/filesystem/root
|
chmod -R og-rwx $(BUILD)/filesystem/root
|
||||||
chmod -R u+rwX $(BUILD)/filesystem/home/user
|
chmod -R u+rwX $(BUILD)/filesystem/home/user
|
||||||
chmod -R og-rwx $(BUILD)/filesystem/home/user
|
chmod -R og-rwx $(BUILD)/filesystem/home/user
|
||||||
|
chmod +s $(BUILD)/filesystem/bin/passwd
|
||||||
chmod +s $(BUILD)/filesystem/bin/su
|
chmod +s $(BUILD)/filesystem/bin/su
|
||||||
chmod +s $(BUILD)/filesystem/bin/sudo
|
chmod +s $(BUILD)/filesystem/bin/sudo
|
||||||
mkdir $(BUILD)/filesystem/tmp
|
mkdir $(BUILD)/filesystem/tmp
|
||||||
|
|
2
libstd
2
libstd
|
@ -1 +1 @@
|
||||||
Subproject commit feb9181a5a4d81f85aa548cc131c5ff33ae7d9a8
|
Subproject commit e44c9bb65b18ac0fd2e32969de259cc17f055900
|
|
@ -1 +1 @@
|
||||||
Subproject commit a67b66bd046f74408b1c5f4d24b0e3290b37bfa6
|
Subproject commit 3d1320bd422579b06cbea1c37d261b0d0c3dfa55
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7511f6dd5a5dafc948288e5aacd3298d37d5388a
|
Subproject commit 30187e1c64805672281bb6c7b6fac0ca4b0c3a27
|
Loading…
Reference in a new issue