diff options
author | Valeriy Timchenko <ValTimchenko@gmail.com> | 2010-12-08 23:25:24 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-09 08:41:36 -0600 |
commit | 61d9ff24ef6a259ce7c10f707ef4c89184ba59a6 (patch) | |
tree | 8514776c0fc4fcca9facfa0cab90e6d0dfb6990c /office/org-mode/org-mode.SlackBuild | |
parent | 58d7b873aefee23afb3d91df28dfb8f25ea29d70 (diff) | |
download | slackbuilds-61d9ff24ef6a259ce7c10f707ef4c89184ba59a6.tar.gz |
office/org-mode: Updated for version 7.02.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/org-mode/org-mode.SlackBuild')
-rw-r--r-- | office/org-mode/org-mode.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/office/org-mode/org-mode.SlackBuild b/office/org-mode/org-mode.SlackBuild index a5caba9672..19269eec46 100644 --- a/office/org-mode/org-mode.SlackBuild +++ b/office/org-mode/org-mode.SlackBuild @@ -5,7 +5,7 @@ # Written by Valeriy Timchenko <ValTimchenko@gmail.com> PRGNAM=org-mode -VERSION=${VERSION:-7.01h} +VERSION=${VERSION:-7.02} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,8 +52,7 @@ find . \ -exec chmod 644 {} \; patch Makefile $CWD/Makefile.patch -DESTDIR=/usr make -DESTDIR=/usr make doc +DESTDIR=/usr make all pdf html DESTDIR=$PKG/usr make install DESTDIR=$PKG/usr PKG=$PKG make install-info |