From cd4cc06ab0759d83be57e1db121cb09cc0f87c99 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 3 Dec 2005 20:18:52 +0000 Subject: Create installation directory to fix bulk build. --- security/uvscan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/uvscan/Makefile') 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} \ -- cgit v1.2.3