From 054a3e7d82fd24b47ac4ce6e853edffffe2e4d19 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 24 Dec 2000 14:23:54 +0000 Subject: Fix default $PATH settings for user-installation. PR: 23774 Submitted by: Martin Blapp (maintainer) --- german/staroffice52/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'german') diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 6526abb..b668200 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -31,6 +31,7 @@ DIST_SUBDIR= staroffice52 WRKSRC= ${WRKDIR}/office52 TMPDIR= ${WRKDIR}/tmp LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib +INSTDB.INS= ${PREFIX}/office52/program/instdb.ins .include @@ -116,6 +117,9 @@ do-install: post-install: @${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch @${PATCH} -s ${PREFIX}/office52/program/soffice ${FILESDIR}/soffice.patch + @${CP} ${INSTDB.INS} ${INSTDB.INS}.orig + @${SED} -e 's%DefaultDestPath = "/usr/local/office52%DefaultDestPath = "office52%' \ + < ${INSTDB.INS}.orig > ${INSTDB.INS} install-user: ${PREFIX}/office52/program/setup -- cgit v1.1