Cosmetics.

This commit is contained in:
Ruslan Ermilov 2006-08-28 08:06:21 +00:00
parent a324b5ecd3
commit efdab28ffe

View file

@ -13,7 +13,7 @@ if [ $# -lt 1 ]; then
fi
CONFIG=$1
BOOT=${DESTDIR:-/}/boot
BOOT=${DESTDIR}/boot
KERNEL=$BOOT/$CONFIG
if [ -d $KERNEL ]; then