mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
@ -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 New Issue
Block a user