From a849609e9377bbf53f4c4d74b72a5808de51faa0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 2 Mar 2001 00:27:40 +0000 Subject: 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 --- german/staroffice52/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'german/staroffice52') diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index a2a8a342d64d..88308b990768 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -114,7 +114,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} Ignorieren Sie die Fehlermeldung. StarOffice5.2 wurde erfolgreich ; \ -- cgit v1.2.3