diff options
Diffstat (limited to 'system/apcupsd/apcupsd.SlackBuild')
-rw-r--r-- | system/apcupsd/apcupsd.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/apcupsd/apcupsd.SlackBuild b/system/apcupsd/apcupsd.SlackBuild index c3ecbf096b..a4a5c3a017 100644 --- a/system/apcupsd/apcupsd.SlackBuild +++ b/system/apcupsd/apcupsd.SlackBuild @@ -26,16 +26,14 @@ # * added log rotation PRGNAM=apcupsd -VERSION=3.14.8 +VERSION=3.14.9 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 @@ -51,7 +49,7 @@ OUTPUT=${OUTPUT:-/tmp} CGIPATH=${CGIPATH:-/var/www/cgi-bin} # Path for cgi executables DEVICE=${DEVICE:-/dev/usb/hiddev0} # Device node of UPS UPSTYPE=${UPSTYPE:-usb} # Type of UPS -UPSCABLE=${UPSCABLE:-usb} # Cable type (RJ45<-->USB == USB) +UPSCABLE=${UPSCABLE:-usb} # Cable type (RJ45<-->USB = USB) if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" |