diff options
-rw-r--r-- | chapter05/tar-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml index 4a811c8cf..ae050837f 100644 --- a/chapter05/tar-inst.xml +++ b/chapter05/tar-inst.xml @@ -31,7 +31,7 @@ Install Tar by running the following commands: <userinput> --libexecdir=$LFS/usr/bin && </userinput> <userinput>make LDFLAGS=-static &&</userinput> - <userinput>make prefix=$LFS/usr install &&</userinput> + <userinput>make install &&</userinput> <userinput>mv $LFS/usr/bin/tar $LFS/bin</userinput> </literallayout></blockquote> |