From d2040c4f5ae82db36544334c5020eed740540105 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 18 Oct 2007 23:03:47 +0000 Subject: Make sure the sbin directory exists before installing into it. --- sysutils/open-vm-tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/open-vm-tools/Makefile b/sysutils/open-vm-tools/Makefile index 52069448f72..a5bfb920edf 100644 --- a/sysutils/open-vm-tools/Makefile +++ b/sysutils/open-vm-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/17 21:35:53 agc Exp $ +# $NetBSD: Makefile,v 1.2 2007/10/18 23:03:47 tnn Exp $ DISTNAME= open-vm-tools-2007.09.04-56574 PKGNAME= open-vm-tools-2007.09.04.56574 @@ -15,6 +15,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config post-install: + ${INSTALL_PROGRAM_DIR} ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/guestd/guestd ${PREFIX}/sbin/vmware-guestd .include "../../security/openssl/buildlink3.mk" -- cgit v1.2.3