aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-01-26 16:22:47 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-01-26 16:22:47 +0000
commitab9b191289f77ce5d086ae3c03342cfe955053b8 (patch)
treea0e76f4ca17e2b83134effdcf366e2f03730efe1 /patches
parent8ef1a210a22448574cf355532648fdcfe638775e (diff)
downloadslackbuilds-ab9b191289f77ce5d086ae3c03342cfe955053b8.tar.gz
slackbuilds-ab9b191289f77ce5d086ae3c03342cfe955053b8.tar.bz2
lm_sensors: oops :/
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1610 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/lm_sensors/lm_sensors.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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