Fixed command typo.
This commit is contained in:
parent
cf7f294f41
commit
2b73842751
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -693,7 +693,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Put in place the kernel .config file
|
# Put in place the kernel .config file
|
||||||
elif [ "$i" = "132-kernel" ] ; then
|
if [ "$i" = "132-kernel" ] ; then
|
||||||
(
|
(
|
||||||
cat << EOF
|
cat << EOF
|
||||||
@source envars && cp $CONFIG \$(LFS)\$(PKGDIR)
|
@source envars && cp $CONFIG \$(LFS)\$(PKGDIR)
|
||||||
|
|
Reference in a new issue