Fix make -p typo in doc/cross-development.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-02-09 20:45:49 +01:00
parent 8cd4c1f5a0
commit 0096eb82a3
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ contains a single directory with the source code for this port. If you have the
file `libfoo.srctix.tar.xz`, you can extract it into ~/sortix/ports as such:
cd ~/sortix &&
make -p ports &&
mkdir -p ports &&
cd ports &&
tar --extract --file $HOME/Downloads/libfoo.srctix.tar.xz