--- mkcmd-8.14.orig/lib/mkcmd/Make.host Sun Jul 30 16:56:24 2000 +++ mkcmd-8.14.orig/lib/mkcmd/Make.host Mon Aug 7 15:26:05 2000 @@ -3,7 +3,7 @@ # Kevin S Braunsdorf, PUCC SHELL=/bin/sh -LIB= ${DESTDIR}/usr/local/lib/mkcmd +LIB= ${DESTDIR}/usr/share/mkcmd TEMPL= Template.m bytes.m bytes.mi client.m \ bsd.m \ @@ -90,7 +90,7 @@ install: all FRC -[ -d ${LIB} ] || install -d ${LIB} - ./ubinst.sh -d -t type ${LIB} ${TEMPL} + sh ./ubinst.sh -d -t type ${LIB} ${TEMPL} lint: FRC