Issue 16810

Summary: install script creates 'OpenOffice.org 1.1Beta2' destination
Product: Installation Reporter: Olaf Felka <olaf-openoffice>
Component: codeAssignee: khendricks
Status: CLOSED FIXED QA Contact: issues@installation <issues>
Severity: Trivial    
Priority: P3 CC: issues, sander_traveling
Version: OOo 1.1 RC   
Target Milestone: OOo 1.1   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
install script none

Description Olaf Felka 2003-07-14 12:30:47 UTC
Calling ./install creates 'OpenOffice.org 1.1Beta2' in /usr/local. I think
correct would be 'OpenOffice.org 1.1'
Comment 1 Olaf Felka 2003-07-17 15:34:04 UTC
Created attachment 7805 [details]
install script
Comment 2 Olaf Felka 2003-07-23 15:01:52 UTC
Sander,
am I right that this is ok for 1.1 RC2?
Comment 3 sander_traveling 2003-07-23 15:14:27 UTC
I haven't actually checked 8-(
Kevin is onvacation, so assigning to myself
Comment 4 Olaf Felka 2003-07-23 15:29:03 UTC
That's in install script of 1.1 RC2:
#! /bin/sh

#should only be run local to the install directory
cd `dirname $0`

# Set the Defaults Here
oo_version="OpenOffice.org 1.1RC"
oo_home=OpenOffice.org1.1RC
oo_default_prefix=/usr/local
oo_default_netflg=-net
oo_default_interact=no

Destination is ok.
Comment 5 Olaf Felka 2003-07-23 15:29:45 UTC
Fixed in RC2