Do not leave a .orig file around after running the "post-install" target.

This commit is contained in:
Jimmy Olgeni 2001-12-18 15:36:43 +00:00
parent bf0af8f474
commit 274b519295
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51743

View file

@ -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 \