ref: 7be64ada77124d28f3a445ec7f749ea5de73345d
parent: b0c5d15dfeaf7e9fe1ad4086c40d51d070ae0323
author: 9ferno <gophone2015@gmail.com>
date: Mon Jul 26 09:20:46 EDT 2021
copy the /usr/ directory to inferno root
--- a/mkfile
+++ b/mkfile
@@ -199,7 +199,7 @@
mkrootdir-rc:V:
test -d $ROOT || mkdir $ROOT
- for (d in doc fonts icons lib locale man module services)
+ for (d in doc fonts icons lib locale man module services usr)
{
echo dircp $SRC/$d $ROOT/$d
test -d $ROOT/$d || mkdir -p $ROOT/$d
@@ -208,7 +208,7 @@
mkrootdir-sh:V:
test -d $ROOT || mkdir $ROOT
- for (d in doc fonts icons lib locale man module services)
+ for (d in doc fonts icons lib locale man module services usr)
{
echo cp -a $SRC/$d $ROOT/
cp -a $SRC/$d $ROOT/
@@ -216,7 +216,7 @@
mkrootdir-nt:V:
test -d $ROOT || mkdir $ROOT
- for (d in doc fonts icons lib locale man module services)
+ for (d in doc fonts icons lib locale man module services usr)
{
echo cp -a $SRC/$d $ROOT/$d
cp -a $SRC/$d $ROOT/$d # TODO does this work on nt?