graphics/code-eli: give write permissions on files prior to STRIP_CMD
PR: 210046 Submitted by: fernando.apesteguia@gmail.com (maintainer)
This commit is contained in:
parent
6390d7b5ad
commit
1b345648ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416942
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= code-eli
|
||||
PORTVERSION= 0.3.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= fernando.apesteguia@gmail.com
|
||||
|
@ -63,6 +64,8 @@ do-install-EXAMPLES-on:
|
|||
(cd ${BUILD_WRKSRC}/${TEST_SUBDIR} && \
|
||||
${COPYTREE_BIN} . ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} \
|
||||
"-name *Test -type f")
|
||||
${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \
|
||||
${XARGS} ${CHMOD} u+w
|
||||
${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \
|
||||
${XARGS} ${STRIP_CMD}
|
||||
|
||||
|
|
Loading…
Reference in a new issue