- Fix stage support

This commit is contained in:
Martin Wilke 2014-02-19 07:23:59 +00:00
parent 64e0f0e692
commit 7d582dedaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345009

View file

@ -118,4 +118,6 @@ post-patch:
| ${XARGS} ${REINPLACE_CMD} -e '1s|#\!/bin/b|#\!/usr/local/bin/b|' \
-e '1s|#\!/bin/env|#\!/usr/bin/env|' \
-e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|'
# remove all .bak files to clean the stage
${FIND} ${WRKSRC} -name '*.bak' -delete