pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/uvscan Create installation directory to fix b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/346ab595dab6
branches:  trunk
changeset: 504060:346ab595dab6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 03 20:18:52 2005 +0000

description:
Create installation directory to fix bulk build.

diffstat:

 security/uvscan/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 51a98b0e56d0 -r 346ab595dab6 security/uvscan/Makefile
--- a/security/uvscan/Makefile  Sat Dec 03 20:11:40 2005 +0000
+++ b/security/uvscan/Makefile  Sat Dec 03 20:18:52 2005 +0000
@@ -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 @@
        ${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}                          \



Home | Main Index | Thread Index | Old Index