summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-01-16 16:01:57 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:27:24 +0700
commit05111a8b22f6c9635392b379d1ec7bcd26fe0e38 (patch)
tree5a59823412b4990b2c90e5477ac0ff2dc6ab7b15 /desktop
parent48c94da3b7d17ef47ffb7549e009939e0f173c42 (diff)
downloadslackbuilds-05111a8b22f6c9635392b379d1ec7bcd26fe0e38.tar.gz
slackbuilds-05111a8b22f6c9635392b379d1ec7bcd26fe0e38.tar.xz
desktop/trayer-srg: Fixed SLKCFLAGS.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/trayer-srg/trayer-srg.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/trayer-srg/trayer-srg.SlackBuild b/desktop/trayer-srg/trayer-srg.SlackBuild
index 5d53be4acc..b72c770d11 100644
--- a/desktop/trayer-srg/trayer-srg.SlackBuild
+++ b/desktop/trayer-srg/trayer-srg.SlackBuild
@@ -52,7 +52,7 @@ if [ "$ARCH" = "i486" ];then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ];then
- SLKCFLAGS="-02 -march=i686 -mtune=i686"
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"