diff options
author | kristerw <kristerw> | 2004-11-04 20:28:47 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-11-04 20:28:47 +0000 |
commit | d3e54361b066853f24f9be4e28040c646692b0c2 (patch) | |
tree | f56fb82cafdc5bfacdb7fb08b31ff40f527818f2 /www/moz-bin-plugger | |
parent | fe1891c6897fb58de9a0a9bfcf908daa2c078192 (diff) | |
download | pkgsrc-d3e54361b066853f24f9be4e28040c646692b0c2.tar.gz |
Ensure the directory exist before trying to install in it.
Diffstat (limited to 'www/moz-bin-plugger')
-rw-r--r-- | www/moz-bin-plugger/Makefile | 3 |
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 |