Fix wrong project paths for ext and mbr in user-guide.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-05-12 20:51:57 +02:00
parent 812d071481
commit 502d7685d2
1 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@ These depend on libdispd.
The `mbrfs` program creates block devices for every partition in the master boot
record in a block device.
cd /src/mbrfs
cd /src/mbr
make
make install
@ -509,7 +509,7 @@ record in a block device.
The `extfs` program translates a block device formatted with the second extended
filesystem and mounts it at an empty directory.
cd /src/extfs
cd /src/ext
make
make install