summaryrefslogtreecommitdiffstats
path: root/office/org-mode/org-mode.SlackBuild
diff options
context:
space:
mode:
author Valeriy Timchenko <ValTimchenko@gmail.com>2010-08-15 23:51:22 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-08-18 14:01:17 -0500
commit948e28d905b425d56430e2810df4384fa8d8c0f0 (patch)
tree2d32f6890f3d43a31bf47d4279c4e59cb46eb108 /office/org-mode/org-mode.SlackBuild
parent10ba12f6a9f22cfc801742b0e6da77695704eb6f (diff)
downloadslackbuilds-948e28d905b425d56430e2810df4384fa8d8c0f0.tar.gz
slackbuilds-948e28d905b425d56430e2810df4384fa8d8c0f0.tar.xz
office/org-mode: Updated for version 7.01h.
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.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/office/org-mode/org-mode.SlackBuild b/office/org-mode/org-mode.SlackBuild
index 4b58cf25d8..a5caba9672 100644
--- a/office/org-mode/org-mode.SlackBuild
+++ b/office/org-mode/org-mode.SlackBuild
@@ -5,16 +5,14 @@
# Written by Valeriy Timchenko <ValTimchenko@gmail.com>
PRGNAM=org-mode
-VERSION=${VERSION:-7.01g}
+VERSION=${VERSION:-7.01h}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -66,8 +64,9 @@ rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Changes.org README request-assign-future.txt \
- doc/*.pdf doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ Changes.org README request-assign-future.txt doc/*.pdf doc/*.html \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install