aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-03-02 00:27:40 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-03-02 00:27:40 +0000
commita849609e9377bbf53f4c4d74b72a5808de51faa0 (patch)
tree752572c04e5fd06bce2bfbe37fbf3b13e1fd1232 /french
parenteabfc1aae08cf980759860bd9b498dcc12cea17e (diff)
downloadports-a849609e9377bbf53f4c4d74b72a5808de51faa0.tar.gz
ports-a849609e9377bbf53f4c4d74b72a5808de51faa0.zip
Ensure that /bin is at the head of the path when running the setup program
so that we get the right uname binary. PR: 24049, 25231, 25443, 25458 Submitted by: Martin Blapp <mb@imp.ch>
Notes
Notes: svn path=/head/; revision=38946
Diffstat (limited to 'french')
-rw-r--r--french/staroffice52/Makefile2
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 ; \