summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-12-03 20:18:52 +0000
committerwiz <wiz@pkgsrc.org>2005-12-03 20:18:52 +0000
commit85674b6dbf13465539f3be664170363872be8214 (patch)
tree79cdf074de9d571885b0e01e6a5b4631582a2494 /security
parentd231a3e48da2192a752fbef65955a32e7b439f80 (diff)
downloadpkgsrc-85674b6dbf13465539f3be664170363872be8214.tar.gz
Create installation directory to fix bulk build.
Diffstat (limited to 'security')
-rw-r--r--security/uvscan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
index 3823e8d087b..18aeb4db9a4 100644
--- a/security/uvscan/Makefile
+++ b/security/uvscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/08/19 18:12:38 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2005/12/03 20:18:52 wiz Exp $
DISTNAME= vlnx424e
PKGNAME= uvscan-4.24.1
@@ -58,6 +58,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/liblnxfv.so.4 ${UVSCANDIR}
${RM} -f ${UVSCANDIR}/liblnxfv.so
${LN} -s liblnxfv.so.4 ${UVSCANDIR}/liblnxfv.so
+ ${INSTALL_DATA_DIR} ${PREFIX}/emul/linux/usr/local/lib
for file in liblnxfv.so.4 liblnxfv.so; do \
${RM} -f ${PREFIX}/emul/linux/usr/local/lib/$${file}; \
${LN} -s ${UVSCANDIR}/$${file} \