summaryrefslogtreecommitdiff
path: root/devel/mkcmd/files/patch-ac
blob: eea3be9addd2827db74e65f43108f723cc5e53de (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	Sun Jul 30 16:56:24 2000
+++ 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=	${PREFIX}/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