pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/open-vm-tools Make sure the sbin directory ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12ce9ea6ace3
branches:  trunk
changeset: 534382:12ce9ea6ace3
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Oct 18 23:03:47 2007 +0000

description:
Make sure the sbin directory exists before installing into it.

diffstat:

 sysutils/open-vm-tools/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7f2535fe5ca9 -r 12ce9ea6ace3 sysutils/open-vm-tools/Makefile
--- a/sysutils/open-vm-tools/Makefile   Thu Oct 18 23:01:30 2007 +0000
+++ b/sysutils/open-vm-tools/Makefile   Thu Oct 18 23:03:47 2007 +0000
@@ -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_TOOLS+=    pkg-config
 
 post-install:
+       ${INSTALL_PROGRAM_DIR} ${PREFIX}/sbin
        ${INSTALL_PROGRAM} ${WRKSRC}/guestd/guestd ${PREFIX}/sbin/vmware-guestd
 
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index