summaryrefslogtreecommitdiffstats
path: root/multimedia/openshot/openshot.SlackBuild
diff options
context:
space:
mode:
author Jonathan Larsen <agentc0re@learnix.net>2010-10-20 01:33:40 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-10-20 10:50:47 -0500
commitc8f8497bd74f1186a91dde543a1a0bf85009287e (patch)
treebc78355cefa590e9ee3511d3a7b8609fb33ba5cf /multimedia/openshot/openshot.SlackBuild
parent2644829c798c150b6ecdfd260b2f05e40db4809d (diff)
downloadslackbuilds-c8f8497bd74f1186a91dde543a1a0bf85009287e.tar.gz
slackbuilds-c8f8497bd74f1186a91dde543a1a0bf85009287e.tar.xz
multimedia/openshot: Updated for version 1.2.2.
Diffstat (limited to 'multimedia/openshot/openshot.SlackBuild')
-rw-r--r--multimedia/openshot/openshot.SlackBuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/multimedia/openshot/openshot.SlackBuild b/multimedia/openshot/openshot.SlackBuild
index abb411248d..ba478faef9 100644
--- a/multimedia/openshot/openshot.SlackBuild
+++ b/multimedia/openshot/openshot.SlackBuild
@@ -33,18 +33,19 @@
# Sept 18th, 2010
# Version upgrade 1.1.3, script sync with 13.1 script updates
#
+# Oct 11th, 2010
+# Version upgrade to 1.2.2
+#
PRGNAM=openshot
-VERSION=1.1.3
+VERSION=1.2.2
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
@@ -93,10 +94,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mv $PKG/usr/share/man $PKG/usr/
rm -rf $PKG/usr/share/man
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cd $TMP/$PRGNAM-$VERSION