ref: 0ba3cbf0bf96824d5764598dec62cc5a20a45b7a
parent: ae1b9c4855fee006da7e9eb2473fea64cb94724c
author: joe9 <joe9mail@gmail.com>
date: Wed Jul 28 05:39:58 EDT 2021
Revert "copy the /usr/ directory to inferno root" This reverts commit 7be64ada77124d28f3a445ec7f749ea5de73345d.
--- 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 usr)
+ for (d in doc fonts icons lib locale man module services)
{
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 usr)
+ for (d in doc fonts icons lib locale man module services)
{
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 usr)
+ for (d in doc fonts icons lib locale man module services)
{
echo cp -a $SRC/$d $ROOT/$d
cp -a $SRC/$d $ROOT/$d # TODO does this work on nt?