- Fix stage support
This commit is contained in:
parent
64e0f0e692
commit
7d582dedaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345009
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue