summaryrefslogtreecommitdiffstats
path: root/academic/smath-studio/smath-studio.SlackBuild
diff options
context:
space:
mode:
author Fridrich von Stauffenberg2012-04-21 14:54:10 +0200
committer dsomero2012-04-21 14:54:10 +0200
commitbc08c584399310b416ead8b03e218e6b42b03541 (patch)
tree69ef5a3bcf4b168050f3a738caac2eae81c3fd15 /academic/smath-studio/smath-studio.SlackBuild
parent45801d26f8657c31df2bae14a04388f36e86fe05 (diff)
downloadslackbuilds-bc08c584399310b416ead8b03e218e6b42b03541.tar.gz
academic/smath-studio: Updated for version 0.93.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/smath-studio/smath-studio.SlackBuild')
-rw-r--r--academic/smath-studio/smath-studio.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/smath-studio/smath-studio.SlackBuild b/academic/smath-studio/smath-studio.SlackBuild
index 753bf8cce0..bd6008c4d1 100644
--- a/academic/smath-studio/smath-studio.SlackBuild
+++ b/academic/smath-studio/smath-studio.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=smath-studio
-VERSION=${VERSION:-0.91}
+VERSION=${VERSION:-0.93}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ORIG_PRGNAM=SMathStudio
-ORIG_FILENAME=${ORIG_PRGNAM}Desktop
ORIG_VERSION=${VERSION/./_}
+ORIG_FILENAME=${ORIG_PRGNAM}Desktop.$ORIG_VERSION.Mono.tar.gz
ARCH=noarch
@@ -43,7 +43,7 @@ set -e
rm -rf $PKG
mkdir -p $OUTPUT $TMP $PKG/opt/$PRGNAM
cd $PKG/opt/$PRGNAM
-tar xvf $CWD/$ORIG_FILENAME.$ORIG_VERSION.Mono.tar.gz
+tar xvf $CWD/$ORIG_FILENAME
unzip $CWD/$ORIG_PRGNAM.Icons.zip
chown -R root:root .
find . -type d -exec chmod 755 {} \;