From 938e918dedb17f371676c1c0c0306442b620584e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 18 Jan 2017 10:07:54 +0000 Subject: update approximate install location in README Change-Id: I6a139d5be193c968c2bf3373b415baa25dc32595 --- solenv/bin/modules/installer/epmfile.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv') diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm index 3ee2ca0db107..b7b4bcce1424 100644 --- a/solenv/bin/modules/installer/epmfile.pm +++ b/solenv/bin/modules/installer/epmfile.pm @@ -1504,7 +1504,7 @@ sub contains_extension_dir my $contains_extension_dir = 0; - # d none opt/openoffice.org3/share/extensions/ + # d none opt/libreoffice/share/extensions/ for ( my $i = 0; $i <= $#{$prototypefile}; $i++ ) { @@ -2478,7 +2478,7 @@ sub analyze_rootpath if ( $installer::globals::isdebbuild ) { $$relocatablepathref = ""; - # $$staticpathref is already "/opt/openoffice.org3", no additional $rootpath required. + # $$staticpathref is already "/opt/libreoffice", no additional $rootpath required. } } -- cgit