diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-03-03 09:28:04 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-04 10:12:46 -0600 |
commit | 39dcc596129447d8540cd96161a6ec0d365dbab7 (patch) | |
tree | 6818f68f735d1a1b1a5f7ebd0721a0e003bb2af7 /office/libreoffice-langpack/libreoffice-langpack.SlackBuild | |
parent | 8e373c211dde0e37f18d8782121799be1add0285 (diff) | |
download | slackbuilds-39dcc596129447d8540cd96161a6ec0d365dbab7.tar.gz |
office/libreoffice-langpack: Updated for version 3.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/libreoffice-langpack/libreoffice-langpack.SlackBuild')
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild index 9fea513505..4ecc2542d7 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild +++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild @@ -6,7 +6,7 @@ # Revision date: 2011/02/13 PRGNAM=libreoffice-langpack -VERSION=${VERSION:-"3.3.0"} +VERSION=${VERSION:-"3.3.1"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -93,4 +93,4 @@ if [ "$ALIEN" == "yes" ]; then cd $PKG fi -/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-${VERSION}_${PKG_LANG}-$PKGARCH-$BUILD$TAG.${PKGTYPE:-tgz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}_${PKG_LANG}-$PKGARCH-$BUILD$TAG.${PKGTYPE:-tgz} |