2000-08-11 00:12:29 +00:00
|
|
|
--- lib/mkcmd/Make.host.orig Sun Jul 30 16:56:24 2000
|
|
|
|
+++ lib/mkcmd/Make.host Mon Aug 7 15:26:05 2000
|
|
|
|
@@ -3,7 +3,7 @@
|
1999-12-27 01:43:14 +00:00
|
|
|
# Kevin S Braunsdorf, PUCC
|
|
|
|
|
2000-08-11 00:12:29 +00:00
|
|
|
SHELL=/bin/sh
|
1999-12-27 01:43:14 +00:00
|
|
|
-LIB= ${DESTDIR}/usr/local/lib/mkcmd
|
2000-09-16 18:09:08 +00:00
|
|
|
+LIB= ${PREFIX}/share/mkcmd
|
1999-12-27 01:43:14 +00:00
|
|
|
|
2000-01-22 02:10:00 +00:00
|
|
|
TEMPL= Template.m bytes.m bytes.mi client.m \
|
|
|
|
bsd.m \
|
2000-08-11 00:12:29 +00:00
|
|
|
@@ -90,7 +90,7 @@
|
2000-01-22 02:10:00 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|