diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-03-02 00:27:40 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-03-02 00:27:40 +0000 |
commit | a849609e9377bbf53f4c4d74b72a5808de51faa0 (patch) | |
tree | 752572c04e5fd06bce2bfbe37fbf3b13e1fd1232 /french | |
parent | eabfc1aae08cf980759860bd9b498dcc12cea17e (diff) | |
download | ports-a849609e9377bbf53f4c4d74b72a5808de51faa0.tar.gz ports-a849609e9377bbf53f4c4d74b72a5808de51faa0.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/staroffice52/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index 0fbbe4b4746b..034e6434d72b 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -115,7 +115,7 @@ do-install: @${LN} -fs ${LINUXBASE}/${PREFIX}/office52 ${PREFIX}/office52 .endif @${CAT} ${PKGMESSAGE} - @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net' + @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net' @if [ -f ${PREFIX}/office52/program/setup ]; then \ ${ECHO} ; \ ${ECHO} Ignorez le message d\'erreur. StarOffice5.2 a correctement ; \ |