From e751cef452504b1444c1169b42ff914290cdcdf1 Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 2 Mar 2001 00:50:43 +0000 Subject: The path needs to be dinked with for the install-user target as well. Submitted by: Martin Blapp --- editors/staroffice52/Makefile | 3 ++- editors/staroffice60/Makefile | 3 ++- editors/staroffice70/Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile index 9106d0128fa7..3cb79edc0286 100644 --- a/editors/staroffice52/Makefile +++ b/editors/staroffice52/Makefile @@ -149,6 +149,7 @@ post-install: < ${INSTDB.INS}.orig > ${INSTDB.INS} install-user: - ${PREFIX}/office52/program/setup + @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" ${LINUXBASE}/bin/sh -c \ + ${PREFIX}/office52/program/setup .include diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index 9106d0128fa7..3cb79edc0286 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/Makefile @@ -149,6 +149,7 @@ post-install: < ${INSTDB.INS}.orig > ${INSTDB.INS} install-user: - ${PREFIX}/office52/program/setup + @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" ${LINUXBASE}/bin/sh -c \ + ${PREFIX}/office52/program/setup .include diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index 9106d0128fa7..3cb79edc0286 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -149,6 +149,7 @@ post-install: < ${INSTDB.INS}.orig > ${INSTDB.INS} install-user: - ${PREFIX}/office52/program/setup + @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" ${LINUXBASE}/bin/sh -c \ + ${PREFIX}/office52/program/setup .include -- cgit