summaryrefslogtreecommitdiff
path: root/mk/buildhlp.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-07 22:01:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-07 22:01:27 +0100
commit7de93724af9791bad0a8e887d02bf7a3a872305c (patch)
treec4de7f2ecaa01cc7cf371eb3b771a6b8a8f9a9de /mk/buildhlp.mk
parentbd1730cdff6b88d54d5fdb3d63d5733ca33abe59 (diff)
parent254ae86e16cddf282b36c0593148e24151ce1f96 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/buildhlp.mk')
-rw-r--r--mk/buildhlp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index 684801617..e45504697 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -58,7 +58,7 @@ post-patch:
${WRKDIST}/.prepared: ${WRKDIST}/.extract_done
[ ! -d ./patches ] || ${PREVENT_PATCH} ${PATCH} ${WRKDIST} ./patches \
'{patch-!(*.orig),*.patch}' $(MAKE_TRACE)
- [ ! -d ./extra ] || (cd extra; $(PREVENT_PATCH) cp -Rp . ${WRKDIST}/) \
+ [ ! -d ./src ] || (cd src; $(PREVENT_PATCH) cp -Rp . ${WRKDIST}/) \
$(MAKE_TRACE)
@${MAKE} post-patch $(MAKE_TRACE)
touch $@