diff options
Diffstat (limited to 'office/libreoffice/libreoffice.SlackBuild')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index c81e879e1c..83c456cde2 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -2,9 +2,6 @@ # Slackware build script for LibreOffice -# This is somewhat like a "fork" of the OpenOffice.org script, with permission -# from its author, Robby Workman - # Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA # Copyright 2010,2011 Niels Horn, Rio de Janeiro, RJ, Brazil # All rights reserved. @@ -30,7 +27,7 @@ # Revision date: 2011/01/03 PRGNAM=libreoffice -VERSION="3.3.0rc2" +VERSION="3.3.0" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -112,7 +109,7 @@ cd $TMP/$SOURCEDIR/RPMS/ # Yes, I know there is a Slackware integration file in the desktop-integration # directory, but it's worthless to us. I'd prefer to do things correctly. -mv desktop-integration/libreoffice3.3-freedesktop-menus-3.3-4.noarch.rpm . +mv desktop-integration/libreoffice3.3-freedesktop-menus-3.3-6.noarch.rpm . # No, I don't want to update our packaged files after the fact rm -f *onlineupdate*.rpm # We don't want this |