summaryrefslogtreecommitdiffstats
path: root/audio/jamin/jamin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/jamin/jamin.SlackBuild')
-rw-r--r--audio/jamin/jamin.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/jamin/jamin.SlackBuild b/audio/jamin/jamin.SlackBuild
index f4b7b9e1a8..58fbd3abec 100644
--- a/audio/jamin/jamin.SlackBuild
+++ b/audio/jamin/jamin.SlackBuild
@@ -27,12 +27,10 @@ VERSION=0.95.0
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
@@ -88,7 +86,7 @@ make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/share/icons/hicolor/scalable/apps
mv $PKG/usr/share/icons/jamin.svg $PKG/usr/share/icons/hicolor/scalable/apps
-# Make sure the desktop file is standard-compliant - we ship this gzipped
+# Make sure the desktop file is standard-compliant - we ship this gzipped
# to make sure our non-utf8-capable server doesn't corrupt it
zcat $CWD/desktopfile.gz > $PKG/usr/share/applications/jamin.desktop