Skip to content

Commit 9350824

Browse files
committed
find -path is not portable, so use grep -v instead.
Per previous failure of buildfarm member koi (which is no longer failing, alas).
1 parent 4ba61a4 commit 9350824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/prep_buildtree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildtree=`cd ${2:-'.'} && pwd`
2626
# If we did, it would interfere with installation of prebuilt docs from
2727
# the source tree, if a VPATH build is done from a distribution tarball.
2828
# See bug #5595.
29-
for item in `find "$sourcetree" -type d \( \( -name CVS -prune \) -o \( -name .git -prune \) -o \( -path "$sourcetree/doc/src/sgml/*" -prune \) -o -print \)`; do
29+
for item in `find "$sourcetree" -type d \( \( -name CVS -prune \) -o \( -name .git -prune \) -o -print \) | grep -v "$sourcetree/doc/src/sgml/\+"`; do
3030
subdir=`expr "$item" : "$sourcetree\(.*\)"`
3131
if test ! -d "$buildtree/$subdir"; then
3232
mkdir -p "$buildtree/$subdir" || exit 1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy