Typo
This commit is contained in:
parent
5d438d5114
commit
e33836457d
@ -248,7 +248,7 @@ tags:
|
||||
|
||||
install install.debug:
|
||||
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
|
||||
echo "You must first build a kernel first." ; \
|
||||
echo "You must build a kernel first." ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
.if exists(${DESTDIR}/${KERNEL})
|
||||
|
@ -248,7 +248,7 @@ tags:
|
||||
|
||||
install install.debug:
|
||||
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
|
||||
echo "You must first build a kernel first." ; \
|
||||
echo "You must build a kernel first." ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
.if exists(${DESTDIR}/${KERNEL})
|
||||
|
@ -231,7 +231,7 @@ tags:
|
||||
|
||||
install install.debug:
|
||||
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
|
||||
echo "You must first build a kernel first." ; \
|
||||
echo "You must build a kernel first." ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
.if exists(${DESTDIR}/${KERNEL})
|
||||
|
@ -231,7 +231,7 @@ tags:
|
||||
|
||||
install install.debug:
|
||||
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
|
||||
echo "You must first build a kernel first." ; \
|
||||
echo "You must build a kernel first." ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
.if exists(${DESTDIR}/${KERNEL})
|
||||
|
@ -231,7 +231,7 @@ tags:
|
||||
|
||||
install install.debug:
|
||||
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
|
||||
echo "You must first build a kernel first." ; \
|
||||
echo "You must build a kernel first." ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
.if exists(${DESTDIR}/${KERNEL})
|
||||
|
Loading…
Reference in New Issue
Block a user