[PC-BSD Commits] r17464 - in pbi/modules/editors/openoffice-3: scripts xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Tue Jun 26 15:56:41 PDT 2012
Author: kenmoore
Date: 2012-06-26 22:56:41 +0000 (Tue, 26 Jun 2012)
New Revision: 17464
Modified:
pbi/modules/editors/openoffice-3/scripts/post-install.sh
pbi/modules/editors/openoffice-3/xdg-desktop/openoffice-3.4.0-sbase.desktop
pbi/modules/editors/openoffice-3/xdg-menu/openoffice-3.4.0-sbase.desktop
Log:
Setup an automatic process to make sure that the binaries are still valid between updates
Modified: pbi/modules/editors/openoffice-3/scripts/post-install.sh
===================================================================
--- pbi/modules/editors/openoffice-3/scripts/post-install.sh 2012-06-26 22:33:26 UTC (rev 17463)
+++ pbi/modules/editors/openoffice-3/scripts/post-install.sh 2012-06-26 22:56:41 UTC (rev 17464)
@@ -1,6 +1,7 @@
#!/bin/sh
cd ${PBI_PROGDIRPATH}/bin
+ln -s openoffice-${PBI_PROGVERSION} openoffice
ln -s open*sbase sbase
ln -s open*scalc scalc
ln -s open*sdraw sdraw
Modified: pbi/modules/editors/openoffice-3/xdg-desktop/openoffice-3.4.0-sbase.desktop
===================================================================
--- pbi/modules/editors/openoffice-3/xdg-desktop/openoffice-3.4.0-sbase.desktop 2012-06-26 22:33:26 UTC (rev 17463)
+++ pbi/modules/editors/openoffice-3/xdg-desktop/openoffice-3.4.0-sbase.desktop 2012-06-26 22:56:41 UTC (rev 17464)
@@ -4,7 +4,7 @@
Type=Application
Name=Apache OpenOffice
GenericName=apache openoffice
-Exec=%%PBI_EXEDIR%%/sbase
+Exec=%%PBI_EXEDIR%%/openoffice
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/openoffice.png
StartupNotify=true
Modified: pbi/modules/editors/openoffice-3/xdg-menu/openoffice-3.4.0-sbase.desktop
===================================================================
--- pbi/modules/editors/openoffice-3/xdg-menu/openoffice-3.4.0-sbase.desktop 2012-06-26 22:33:26 UTC (rev 17463)
+++ pbi/modules/editors/openoffice-3/xdg-menu/openoffice-3.4.0-sbase.desktop 2012-06-26 22:56:41 UTC (rev 17464)
@@ -4,7 +4,7 @@
Type=Application
Name=Apache OpenOffice
GenericName=apache openoffice
-Exec=%%PBI_EXEDIR%%/sbase
+Exec=%%PBI_EXEDIR%%/openoffice
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/openoffice.png
StartupNotify=true
More information about the Commits
mailing list