summaryrefslogtreecommitdiffstats
path: root/academic/smath-studio/smath-studio.SlackBuild
diff options
context:
space:
mode:
author Fridrich von Stauffenberg2012-08-02 19:18:22 +0200
committer Robby Workman2012-08-02 19:18:22 +0200
commit1d1b366bfc3df329835d97ed77b7c02029fe0f72 (patch)
treef8697b053a83e1a711d1e808ba03b9284c36f2a0 /academic/smath-studio/smath-studio.SlackBuild
parenteea4f5af48211c70c42e243d83c88c6724afe370 (diff)
downloadslackbuilds-1d1b366bfc3df329835d97ed77b7c02029fe0f72.tar.gz
academic/smath-studio: Updated for version 0.95.4559.
Signed-off-by: Robby Workman <rworkman@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 da3d12bc8c..646454683a 100644
--- a/academic/smath-studio/smath-studio.SlackBuild
+++ b/academic/smath-studio/smath-studio.SlackBuild
@@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=smath-studio
-VERSION=${VERSION:-0.95}
+VERSION=${VERSION:-0.95.4559}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ORIG_PRGNAM=SMathStudio
-ORIG_VERSION=${VERSION/./_}
+ORIG_VERSION=$(sed 's/\./_/g' <<< $VERSION)
ORIG_FILENAME=${ORIG_PRGNAM}Desktop.$ORIG_VERSION.Mono.tar.gz
ARCH=noarch
@@ -49,7 +49,7 @@ chown -R root:root .
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
-for SIZE in 16 24 32 48 64 96 128 256 ; do
+for SIZE in 16 24 32 48 64 96 128 256; do
mkdir -p $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps
mv SSLogo$SIZE.png $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps/$PRGNAM.png
done