diff options
author | Niels Horn <niels.horn@gmail.com> | 2012-12-27 19:24:39 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-27 19:25:12 +0100 |
commit | 67e796d049b1fd50c56cf325e828844aac643aa4 (patch) | |
tree | e3dd6562905978f686be3ac99ebfa9476df087d6 /office/libreoffice/libreoffice.SlackBuild | |
parent | 9ed21047b18f606a0732d7719a96c5c6472ad90b (diff) | |
download | slackbuilds-67e796d049b1fd50c56cf325e828844aac643aa4.tar.gz |
office/libreoffice: Updated for version 3.6.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 |