diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/acpitool/acpitool.SlackBuild | 6 | ||||
-rw-r--r-- | system/acpitool/acpitool.info | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/acpitool/acpitool.SlackBuild b/system/acpitool/acpitool.SlackBuild index a63904c928..2158cdd3a9 100644 --- a/system/acpitool/acpitool.SlackBuild +++ b/system/acpitool/acpitool.SlackBuild @@ -23,7 +23,7 @@ # Modified by the SlackBuilds.org Project PRGNAM=acpitool -VERSION=0.5.1 +VERSION=${VERSION:-0.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Add the string.h include in toshiba.cpp and freq.cpp patch -p1 < $CWD/acpitool-0.5-add_string.h.patch diff --git a/system/acpitool/acpitool.info b/system/acpitool/acpitool.info index c7ba64071f..dc3b540b34 100644 --- a/system/acpitool/acpitool.info +++ b/system/acpitool/acpitool.info @@ -1,6 +1,6 @@ PRGNAM="acpitool" VERSION="0.5.1" -HOMEPAGE="http://freeunix.dyndns.org:8000/site2/acpitool.shtml" +HOMEPAGE="http://acpitool.sourceforge.net/" DOWNLOAD="http://downloads.sourceforge.net/acpitool/acpitool-0.5.1.tar.bz2" MD5SUM="9e4ec55201be0be71ffbc56d38b42b57" DOWNLOAD_x86_64="" |