From: rhatto Date: Sat, 26 Jan 2008 16:22:47 +0000 (+0000) Subject: lm_sensors: oops :/ X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ab9b191289f77ce5d086ae3c03342cfe955053b8;p=slackbuilds.git lm_sensors: oops :/ git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1610 370017ae-e619-0410-ac65-c121f96126d4 --- diff --git a/patches/lm_sensors/lm_sensors.SlackBuild b/patches/lm_sensors/lm_sensors.SlackBuild index bde93933..394f2cbc 100755 --- a/patches/lm_sensors/lm_sensors.SlackBuild +++ b/patches/lm_sensors/lm_sensors.SlackBuild @@ -122,7 +122,7 @@ if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then wget "$URL.asc" -O "$SRC_DIR/$SRC.asc" || exit $ERROR_WGET fi -gpg --verify $SRC_DIR/$SRC.asc$SRC_DIR/$SRC || exit $ERROR_GPG +gpg --verify $SRC_DIR/$SRC.asc $SRC_DIR/$SRC || exit $ERROR_GPG TMP="$TMP/$PACKAGE" rm -rf $TMP