diff options
-rw-r--r-- | dev/multiarch/design.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/multiarch/design.mdwn b/dev/multiarch/design.mdwn index e026abd..4d2ad15 100644 --- a/dev/multiarch/design.mdwn +++ b/dev/multiarch/design.mdwn @@ -130,6 +130,9 @@ something like this: +- share/ \- src/ +Note that this hierarchy is more consistent than is the hierarchy in proposal 1. +That is, `/bin` and `/usr/bin`, for example, are both laid out the same. + BusyBox needs to be patched to set the `PATH` environment variable to `/sbin:/sbin/native:/usr/sbin:/usr/sbin/native:/bin:/bin/native:/usr/bin:/usr/bin/native`. |