From 0d1de9459fdd63c618bdb6936b0024b577ed7746 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 28 Sep 2002 23:35:47 +0000 Subject: removed PREFIX=/usr from make install command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bzip2-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index c3519fe86..ecbfee7fe 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -5,7 +5,7 @@ make -f Makefile-libbz2_so && make && -make PREFIX=/usr install && +make install && cp bzip2-shared /bin/bzip2 && ln -s libbz2.so.1.0 libbz2.so && cp -a libbz2.so* /lib && -- cgit v1.2.3-54-g00ecf