Do not leave a .orig file around after running the "post-install" target.
This commit is contained in:
parent
bf0af8f474
commit
274b519295
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51743
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ post-install:
|
|||
@${CP} ${INSTDB.INS} ${INSTDB.INS}.orig
|
||||
@${SED} -e 's%DefaultDestPath = "${PREFIX}/office52%DefaultDestPath = "office52%' \
|
||||
< ${INSTDB.INS}.orig > ${INSTDB.INS}
|
||||
@${RM} ${INSTDB.INS}.orig
|
||||
|
||||
install-user:
|
||||
@-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" ${LINUXBASE}/bin/sh -c \
|
||||
|
|
Loading…
Reference in a new issue