diff options
Diffstat (limited to 'chapter6/coreutils.sh')
-rw-r--r-- | chapter6/coreutils.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter6/coreutils.sh b/chapter6/coreutils.sh index 3d221b4..b9d5079 100644 --- a/chapter6/coreutils.sh +++ b/chapter6/coreutils.sh @@ -1,5 +1,3 @@ -#!/bin/bash - ./configure --prefix=/usr \ --host=${LFS_TGT} \ --build=$(build-aux/config.guess) \ @@ -14,4 +12,4 @@ mv -v ${LFS}/usr/bin/{head,nice,sleep,touch} ${LFS}/bin && mv -v ${LFS}/usr/bin/chroot ${LFS}/usr/sbin && mkdir -pv ${LFS}/usr/share/man/man8 && mv -v ${LFS}/usr/share/man/man1/chroot.1 ${LFS}/usr/share/man/man8/chroot.8 && -sed -i 's/"1"/"8"/' ${LFS}/usr/share/man/man8/chroot.8
\ No newline at end of file +sed -i 's/"1"/"8"/' ${LFS}/usr/share/man/man8/chroot.8 |