Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 78975 by George J. Sherwood for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 78975 by George J. Sherwood for review
  • Date: Sun, 7 May 2006 16:40:01 +0100 (BST)

Change 78975 by george_sherwood@georges on 2006/05/07 16:36:37

Move link creations from POST_INSTALL to INSTALL. Bug #10589.

Affected files ...

... //sgl/grimoires/z-rejected/z-editors/openoffice-bin/HISTORY#7 edit
... //sgl/grimoires/z-rejected/z-editors/openoffice-bin/INSTALL#2 edit
... //sgl/grimoires/z-rejected/z-editors/openoffice-bin/POST_INSTALL#4 delete

Differences ...

==== //sgl/grimoires/z-rejected/z-editors/openoffice-bin/HISTORY#7 (text) ====

@@ -1,3 +1,7 @@
+2006-05-07 George Sherwood <george AT beernabeer.com>
+ * INSTALL: Added code to creates links.
+ * POST_INSTALL: Removed. Bug #10589.
+
2005-09-14 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 1.1.5. Removed SOURCE2.
* PRE_BUILD: removed. Security patch not needed

==== //sgl/grimoires/z-rejected/z-editors/openoffice-bin/INSTALL#2 (xtext)
====

@@ -1,3 +1,10 @@
cd $SOURCE_DIRECTORY &&
sedit 's:usr\/local:usr\/lib:g' install &&
-./install
+./install &&
+
+# create bin links for executables.
+for LINK in "scalc" "sdraw" "simpress" "smath" "soffice" "spadmin" "sweb"
"swriter"; do
+ message "${MESSAGE_COLOR}Creating link for $LINK ${DEFAUL_COLOR}" &&
+ rm -f /usr/bin/$LINK &&
+ ln -s /usr/lib/OpenOffice.org${VERSION}/program/$LINK /usr/bin/$LINK
+done



  • [SM-Commit] PERFORCE change 78975 by George J. Sherwood for review, Perforce Review Daemon, 05/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page