Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67121 | Differences between
and this patch

Collapse All | Expand All

(-)mkcmd-8.14.orig/lib/mkcmd/Make.host (-2 / +2 lines)
Lines 3-9 Link Here
3
#			Kevin S Braunsdorf, PUCC
3
#			Kevin S Braunsdorf, PUCC
4
4
5
SHELL=/bin/sh
5
SHELL=/bin/sh
6
LIB=	${DESTDIR}/usr/local/lib/mkcmd
6
LIB=	${DESTDIR}/usr/share/mkcmd
7
7
8
TEMPL=	Template.m bytes.m bytes.mi client.m \
8
TEMPL=	Template.m bytes.m bytes.mi client.m \
9
bsd.m \
9
bsd.m \
Lines 90-96 Link Here
90
90
91
install: all FRC
91
install: all FRC
92
	-[ -d ${LIB} ] || install -d ${LIB}
92
	-[ -d ${LIB} ] || install -d ${LIB}
93
	./ubinst.sh -d -t type ${LIB} ${TEMPL}
93
	sh ./ubinst.sh -d -t type ${LIB} ${TEMPL}
94
94
95
lint: FRC
95
lint: FRC
96
96

Return to bug 67121