pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/moz-bin-plugger Ensure the directory exist before ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bb7a9d1a09f
branches:  trunk
changeset: 482898:1bb7a9d1a09f
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Nov 04 20:28:47 2004 +0000

description:
Ensure the directory exist before trying to install in it.

diffstat:

 www/moz-bin-plugger/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d203886554be -r 1bb7a9d1a09f www/moz-bin-plugger/Makefile
--- a/www/moz-bin-plugger/Makefile      Thu Nov 04 20:24:50 2004 +0000
+++ b/www/moz-bin-plugger/Makefile      Thu Nov 04 20:28:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/05/11 04:48:12 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/11/04 20:28:47 kristerw Exp $
 #
 
 DISTNAME=      ${PLUGGER}-linux-x86-glibc
@@ -25,6 +25,7 @@
 
 do-install:
        cd ${WRKSRC} &&                                                 \
+       ${INSTALL_DATA_DIR} ${MOZILLA_HOME}/plugins                     \
        ${INSTALL_DATA} plugger.so ${MOZILLA_HOME}/plugins &&           \
        ${INSTALL_DATA} pluggerrc ${PREFIX}/emul/linux/etc &&           \
        ${INSTALL_PROGRAM} plugger-4.0 ${PREFIX}/emul/linux/usr/bin



Home | Main Index | Thread Index | Old Index