Fix cut and paste error.
Submitted by: Martin Blapp, maintainer
This commit is contained in:
parent
6d44394778
commit
b212c9ab77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32409
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,7 @@ do-install:
|
|||
@ ${ECHO}
|
||||
@ ${FALSE}
|
||||
.else
|
||||
if exists(/compat/linux/${PREFIX})
|
||||
.if exists(/compat/linux/${PREFIX})
|
||||
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
|
||||
.endif
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
|
@ -108,6 +108,7 @@ if exists(/compat/linux/${PREFIX})
|
|||
${ECHO} ; \
|
||||
${FALSE} ; \
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch
|
||||
|
|
Loading…
Reference in a new issue