Add missing @
This commit is contained in:
parent
7fcff7f4dc
commit
07cee4abea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32440
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ do-install:
|
|||
${PREFIX}/share/tcserver
|
||||
.endif
|
||||
${INSTALL_DATA} ${WRKSRC}/content/tcserver-test.mov ${PREFIX}/share/tcserver/content
|
||||
if [ ! -f ${PREFIX}/etc/rc.d/tcserver.sh ]; then \
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/tcserver.sh ]; then \
|
||||
${ECHO} "Installing ${PREFIX}/etc/rc.d/tcserver.sh startup file."; \
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/tcserver.init \
|
||||
${PREFIX}/etc/rc.d/tcserver.sh; \
|
||||
|
|
Loading…
Reference in a new issue