pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51332
The following reply was made to PR pkg/51332; it has been noted by GNATS.
From: coypu%SDF.ORG@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/51332
Date: Tue, 2 Aug 2016 18:05:17 +0000
--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi, it's possible to avoid using maxdepth here.
Can you confirm that it works?
Thanks.
--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-font_devpdf_Makefile.sub"
$NetBSD$
--- font/devpdf/Makefile.sub.orig 2014-11-04 08:38:35.427521472 +0000
+++ font/devpdf/Makefile.sub
@@ -22,7 +22,7 @@
DEV=pdf
GROFF_FONT_FILES=`cd $(top_builddir)/font/devpdf \
- && find * -maxdepth 0 -type f ! -name 'Makefile.sub*' \
+ && find . ! -name . -prune -type f ! -name "Makefile.sub*"
-exec grep -l internalname {} \;`
ENC_FILES=`cd $(top_builddir)/font/devpdf; ls enc/*`
MAP_FILES=`cd $(top_builddir)/font/devpdf; ls map/*`
--Dxnq1zWXvFF0Q93v--
Home |
Main Index |
Thread Index |
Old Index