blob: ada8ef58ab4e83e43cbe4c3b362b7e28ab5e2ad4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- lib/mkcmd/Make.host.orig Thu Dec 30 15:43:51 1999
+++ lib/mkcmd/Make.host Thu Dec 30 15:48:50 1999
@@ -2,7 +2,7 @@
# Makefile for mkcmd
# Kevin S Braunsdorf, PUCC
-LIB= ${DESTDIR}/usr/local/lib/mkcmd
+LIB= ${DESTDIR}/usr/local/share/mkcmd
TEMPL= Template.m bytes.m bytes.mi client.m \
bsd.m \
@@ -88,7 +88,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
|