[SM-Commit] PERFORCE change 78975 by George J. Sherwood for review
Perforce Review Daemon
p4review at smee.org
Sun May 7 11:40:01 EDT 2006
Change 78975 by george_sherwood at 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
More information about the SM-Commit
mailing list