From 88b552ea007a90bb5b162566b5a2dc596d7af2e8 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Fri, 1 Mar 2013 17:02:52 -0800 Subject: [PATCH] Fix typo in README.build. --- README.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.build b/README.build index 503e5ab..89682ae 100644 --- a/README.build +++ b/README.build @@ -36,7 +36,7 @@ Typing: ./waf configure ./waf - ./waf su -c './waf install' + su -c './waf install' from the base of the checkout of the Non git repository will build and install all of the non-* programs together. @@ -47,5 +47,5 @@ Typing: ./waf configure --project=[timline|sequencer|mixer|session-manager] ./waf - ./waf su -c './waf install' + su -c './waf install'