diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-05 21:57:29 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-05 21:57:29 -0500 |
commit | 9a0f8d2d33419327e11ef7d5d8b454e01c4330c3 (patch) | |
tree | 35fad61486f95b5dd94617980f442645e4b4aa44 /desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild | |
parent | ef967cad5eb651cdfc0830fdf470c24d56143b41 (diff) | |
download | slackbuilds-9a0f8d2d33419327e11ef7d5d8b454e01c4330c3.tar.gz |
desktop/xfce4-cpufreq-plugin: Miscellaneous cleanups
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild b/desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild index 37bd4d2708..a53151915c 100644 --- a/desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild +++ b/desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-netload-plugin -# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2012 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-cpufreq-plugin -VERSION=1.0.0 +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,6 @@ CFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc/xfce \ - --enable-debug=no \ --build=$ARCH-slackware-linux make |