Issue 16810 - install script creates 'OpenOffice.org 1.1Beta2' destination
Summary: install script creates 'OpenOffice.org 1.1Beta2' destination
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1
Assignee: khendricks
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-14 12:30 UTC by Olaf Felka
Modified: 2003-09-08 16:53 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
install script (3.51 KB, patch)
2003-07-17 15:34 UTC, Olaf Felka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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