diff options
author | tnn <tnn@pkgsrc.org> | 2007-10-18 23:03:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-10-18 23:03:47 +0000 |
commit | d2040c4f5ae82db36544334c5020eed740540105 (patch) | |
tree | b04231dbdd358634cac28688f61a94e51436c140 /sysutils | |
parent | fc2dbb6f7224bbb63fdbabbc419f2b85f3f79b8e (diff) | |
download | pkgsrc-d2040c4f5ae82db36544334c5020eed740540105.tar.gz |
Make sure the sbin directory exists before installing into it.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/open-vm-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |