From 060c9dbb73f82cf9aceca496cdabdfd114cb2eef Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 24 Dec 2000 14:26:17 +0000 Subject: Fix default $PATH settings for user-installation. PR: 23775 Submitted by: Martin Blapp (maintainer) --- french/staroffice52/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'french/staroffice52') diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index 69b04ac09398..6b7459d12eeb 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -32,6 +32,7 @@ DIST_SUBDIR= staroffice52 WRKSRC= ${WRKDIR}/office52 TMPDIR= ${WRKDIR}/tmp LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/linux/lib:${LINUXBASE}/usr/lib +INSTDB.INS= ${PREFIX}/office52/program/instdb.ins .include @@ -120,6 +121,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.2.3