diff options
Diffstat (limited to 'academic/smath-studio/smath-studio.SlackBuild')
-rw-r--r-- | academic/smath-studio/smath-studio.SlackBuild | 6 |
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 |