Issue 18022 - install script installs to OpenOffice.org1.1RC instead of OOo1.1
Summary: install script installs to OpenOffice.org1.1RC instead of OOo1.1
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1
Assignee: Martin Hollmichel
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-08 12:50 UTC by pavel
Modified: 2003-09-08 16:53 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2003-08-08 12:50:47 UTC
Martin,

please consider this:

Index: install.sh
===================================================================
RCS file: /cvs/installation/setup2/wrapper/install.sh,v
retrieving revision 1.8
diff -u -u -r1.8 install.sh
--- install.sh	2 Jul 2003 14:05:47 -0000	1.8
+++ install.sh	8 Aug 2003 11:49:17 -0000
@@ -1,11 +1,11 @@
 #! /bin/sh
 
-#should only be run local to the install directory
+# 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
+# set the defaults here
+oo_version="OpenOffice.org 1.1"
+oo_home=OpenOffice.org1.1
 oo_default_prefix=/usr/local
 oo_default_netflg=-net
 oo_default_interact=no
Comment 1 pavel 2003-08-08 16:34:34 UTC
This applies to rc3.
Comment 2 khendricks 2003-08-09 19:54:40 UTC
Hi Pavel, 
 
An obviously correct fix. So approved.  I am tied up rebuilding my new workstation 
and do not have access to a cvs tree at the moment. 
 
Will you please commit your fix! 
 
Thanks, 
 
Kevin 
 
 
 
Comment 3 pavel 2003-08-09 19:57:39 UTC
I'm ready to do that, but is rc3 still open?
Comment 4 Martin Hollmichel 2003-08-11 15:03:00 UTC
yes, it's still open, I hope I can close in a few hours.
Comment 5 Martin Hollmichel 2003-08-11 17:03:56 UTC
committed to rc3.
Comment 6 pavel 2003-08-11 19:55:49 UTC
Thank you, Martin. Verified, closing.