diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 14:08:47 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:04 +0000 |
commit | 7b4620be2382ef895c74dfa92702a77e421f6414 (patch) | |
tree | 99949eb61d03e4f98acc5dccdacd03081a3049d4 /system/smart | |
parent | 6c0a1a7d2a4b40ab9f6efaa3c7f1f4789ef30e35 (diff) |
system/smart: Make .desktop validate, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/smart')
-rw-r--r-- | system/smart/smart.SlackBuild | 4 | ||||
-rw-r--r-- | system/smart/smart.desktop | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/system/smart/smart.SlackBuild b/system/smart/smart.SlackBuild index af497a9fd175..6b8a161f198c 100644 --- a/system/smart/smart.SlackBuild +++ b/system/smart/smart.SlackBuild @@ -10,7 +10,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -21,7 +21,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then LIBDIRSUFFIX="" diff --git a/system/smart/smart.desktop b/system/smart/smart.desktop index 67ee550cb2e0..b03078059ba5 100644 --- a/system/smart/smart.desktop +++ b/system/smart/smart.desktop @@ -1,7 +1,5 @@ [Desktop Entry] Categories=System;PackageManager; -Encoding=UTF-8 -MultipleArgs=false Terminal=false Icon=/usr/share/pixmaps/smart.png Exec=smart --gui |