summaryrefslogtreecommitdiff
path: root/setup_native/scripts/install_linux.sh
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-08-18 11:50:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-08-18 11:50:16 +0000
commit30876e82101e3f07330c42bd61f1b1875fbdd2e1 (patch)
treefff928ccb3debbaaf7b8a2850289b3da4215cffe /setup_native/scripts/install_linux.sh
parent67bf1d38bb08a23abc476475a2f01d72e7ab9366 (diff)
INTEGRATION: CWS debianer (1.12.8); FILE MERGED
2005/08/08 09:14:55 obr 1.12.8.1: fixed patching of bootstraprc to work with all products
Diffstat (limited to 'setup_native/scripts/install_linux.sh')
-rw-r--r--setup_native/scripts/install_linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/install_linux.sh b/setup_native/scripts/install_linux.sh
index e80d1194ca97..8f7761792280 100644
--- a/setup_native/scripts/install_linux.sh
+++ b/setup_native/scripts/install_linux.sh
@@ -192,7 +192,7 @@ fi
# patch the "bootstraprc" to create a self-containing installation
mv $INSTALLDIR/program/bootstraprc $INSTALLDIR/program/bootstraprc.orig
-sed 's/UserInstallation=$SYSUSERCONFIG\/.staroffice8/UserInstallation=$ORIGIN\/..\/UserInstallation/g' $INSTALLDIR/program/bootstraprc.orig > $INSTALLDIR/program/bootstraprc
+sed 's/UserInstallation=$SYSUSERCONFIG.*/UserInstallation=$ORIGIN\/..\/UserInstallation/g' $INSTALLDIR/program/bootstraprc.orig > $INSTALLDIR/program/bootstraprc
echo
echo "Installation done ..."