From df36eba4c3a41ac04abe46f38da443be0484b150 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Sat, 8 Sep 2001 09:05:54 +0000 Subject: Don't ignore ${MKDIR}'s return status. --- devel/strace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/strace') diff --git a/devel/strace/Makefile b/devel/strace/Makefile index 3f4f229d76b7..5c825579fe29 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -24,7 +24,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1 - -${MKDIR} ${PREFIX}/share/strace + ${MKDIR} ${PREFIX}/share/strace ${INSTALL_DATA} ${WRKSRC}/xlate.el ${PREFIX}/share/strace .include -- cgit v1.2.3