From 7b071840d5feb881b3b280460eb0f43089c9de5d Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 6 Sep 2000 09:27:25 +0000 Subject: DESTDIR'ify the device.hints checking code. --- sys/conf/Makefile.alpha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/conf/Makefile.alpha') diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 1d57dc5..879feb2 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -262,10 +262,10 @@ kernel-tags: kernel-install kernel-install.debug: @if [ ! -f ${DESTDIR}/boot/device.hints ] ; then \ - echo "You must set up a /boot/device.hints file first." ; \ + echo "You must set up a ${DESTDIR}/boot/device.hints file first." ; \ exit 1 ; \ fi - @if [ x"`grep device.hints /boot/defaults/loader.conf /boot/loader.conf`" = "x" ]; then \ + @if [ x"`grep device.hints ${DESTDIR}/boot/defaults/loader.conf ${DESTDIR}/boot/loader.conf`" = "x" ]; then \ echo "You must activate /boot/device.hints in loader.conf." ; \ exit 1 ; \ fi -- cgit v1.1