summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mach/BuildingOskitMach.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn
index 638ccfdd..35782996 100644
--- a/Mach/BuildingOskitMach.mdwn
+++ b/Mach/BuildingOskitMach.mdwn
@@ -117,7 +117,7 @@ To build any Mach kernel you need an interface generator, MiG. To be on the safe
$ mkdir build
$ cd build
- $ ../configure --prefix=/usr # Default prefix is / !
+ $ ../configure --prefix=/usr/local # Default prefix is / !
$ sudo make -k install-headers # -k is for ignoring errors
Now you are ready to compile and install MiG (commands are in Mig's source directory):