summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-11-04 20:28:47 +0000
committerkristerw <kristerw@pkgsrc.org>2004-11-04 20:28:47 +0000
commita7e747f15a8c25a17706015677e1d0fcdd909dc5 (patch)
treef56fb82cafdc5bfacdb7fb08b31ff40f527818f2 /www
parent6c162c35c1ef9c9be4b09d298b75c8a37daae25f (diff)
downloadpkgsrc-a7e747f15a8c25a17706015677e1d0fcdd909dc5.tar.gz
Ensure the directory exist before trying to install in it.
Diffstat (limited to 'www')
-rw-r--r--www/moz-bin-plugger/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/moz-bin-plugger/Makefile b/www/moz-bin-plugger/Makefile
index 07e676f45b4..f186a0472fe 100644
--- a/www/moz-bin-plugger/Makefile
+++ b/www/moz-bin-plugger/Makefile
@@ -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 @@ LDD= ${PREFIX}/emul/linux/usr/bin/ldd
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