diff options
Diffstat (limited to 'office/libreoffice/libreoffice.SlackBuild')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 51ebae4e7f..85ae438939 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -24,10 +24,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Niels Horn <niels.horn@gmail.com> -# Revision date: 2012/07/17 +# Revision date: 2012/12/27 PRGNAM=libreoffice -VERSION=${VERSION:-"3.6.1"} +VERSION=${VERSION:-"3.6.4"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,8 +81,8 @@ fi # We have all the variables, construct the name of the tarball TARNAME="LibO_${SRCVERSION}_Linux_${SRCARCH}_install-rpm${TARJRE}_${LOLANG}.tar.gz" -if [ ! -r $TARBALL ]; then - echo "$TARBALL not found" +if [ ! -r $TARNAME ]; then + echo "$TARNAME not found" exit 1 fi |