diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:30:24 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:30:24 +0000 |
commit | 9a4089ae3b1e75919e9608a704ced19f29229101 (patch) | |
tree | 5af6518c5205998f579fe66c889ebcef9b120c4b /chapter05/tar-inst.xml | |
parent | 674c8bc07c97de3b920bcf91056c5c3804348f85 (diff) |
Removed prefix=$LFS/usr from 'make install'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tar-inst.xml')
-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> |