Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
This commit is contained in:
@@ -39,8 +39,8 @@ do-configure:
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/doc/py-MySQL
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-MySQL
|
||||
@${ECHO} "share/doc/py-MySQL/README" >> ${TMPPLIST}
|
||||
@${ECHO} "@dirrm share/doc/py-MySQL" >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "share/doc/py-MySQL/README" >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "@dirrm share/doc/py-MySQL" >> ${TMPPLIST}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user