diff options
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -80,12 +80,13 @@ esac # Copy scripts and csv files to LFS sources target printf "%b" "${GRN}Copying required files to ${YLW}${LFS}/sources \ -${GRN}target directory.${RST}\n" +${GRN}target directory...${RST}\n" cp -rf ./*.sh chapter* ./*.csv "${LFS}/sources" cd "${LFS}/sources" || exit 1 # Download packages and patches +printf "%b" "${GRN}Downloading source packages and patches... \n" source download.sh retval=$? if [ "$retval" -ne 0 ]; then |