pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/squid Improve package list creation to work with s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74006fb632e5
branches:  trunk
changeset: 395134:74006fb632e5
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jul 07 15:21:36 2009 +0000

description:
Improve package list creation to work with symbolic links as well.

diffstat:

 www/squid/Makefile.squid |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 90096e42d415 -r 74006fb632e5 www/squid/Makefile.squid
--- a/www/squid/Makefile.squid  Tue Jul 07 15:20:45 2009 +0000
+++ b/www/squid/Makefile.squid  Tue Jul 07 15:21:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.squid,v 1.11 2009/07/07 15:01:12 tron Exp $
+# $NetBSD: Makefile.squid,v 1.12 2009/07/07 15:21:36 tron Exp $
 #
 # used by www/squid26/Makefile
 # used by www/squid27/Makefile
@@ -82,6 +82,6 @@
        done
        ${CHMOD} -w ${PREFIX}/libexec/pinger
        ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
-       (${FIND} ${PREFIX}/share/squid/errors -type f -print;   \
-        ${FIND} ${PREFIX}/share/squid/icons -type f -print) |  \
+       (${FIND} ${PREFIX}/share/squid/errors \! -type d -print;        \
+        ${FIND} ${PREFIX}/share/squid/icons \! -type d -print) |       \
        ${SED} -e 's#^${PREFIX}/##' | ${SORT} >>${PLIST_SRC}



Home | Main Index | Thread Index | Old Index