From 0096eb82a3755e280b316438708800fbfda73d37 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Mon, 9 Feb 2015 20:45:49 +0100 Subject: [PATCH] Fix make -p typo in doc/cross-development. --- doc/cross-development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cross-development b/doc/cross-development index 996ebc59..8bba784b 100644 --- a/doc/cross-development +++ b/doc/cross-development @@ -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