Skip to content

Commit

Permalink
Renaming cmakelists.txt to CMakeLists.txt must be done in post-extract,
Browse files Browse the repository at this point in the history
since it is the extract phase where the wrong filenames come from.
Now patch-af finds the file to patch, which it didn't before.
  • Loading branch information
rillig committed Jul 20, 2006
1 parent 28ffccf commit f5ffb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cad/boolean/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2006/06/26 09:24:09 rillig Exp $
# $NetBSD: Makefile,v 1.32 2006/07/20 19:16:23 rillig Exp $
#

DISTNAME= boolean_6_7
Expand Down Expand Up @@ -28,7 +28,7 @@ INSTALLATION_DIRS= bin

# the zip archive messes up the case of these files which breaks
# cmake.
post-patch:
post-extract:
set -e; \
for f in `${FIND} ${WRKSRC} -name cmakelists.txt -print`; do \
d=`${DIRNAME} "$$f"` ; \
Expand Down

0 comments on commit f5ffb46

Please sign in to comment.