aboutsummaryrefslogtreecommitdiff
path: root/sys/cluster
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-15 23:26:03 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-15 23:26:03 +0000
commit77f91d6a1ff9597348fd26bcbb723a2bdd9fe385 (patch)
tree8388e867eb8f6041a5c5bd020f19df85ca3a904d /sys/cluster
parentc74c516f8b59e751598f13915444d527353108af (diff)
downloadslackbuilds-77f91d6a1ff9597348fd26bcbb723a2bdd9fe385.tar.gz
slackbuilds-77f91d6a1ff9597348fd26bcbb723a2bdd9fe385.tar.bz2
util-vserver: fixed signature checking
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@931 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys/cluster')
-rwxr-xr-xsys/cluster/util-vserver/util-vserver.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cluster/util-vserver/util-vserver.SlackBuild b/sys/cluster/util-vserver/util-vserver.SlackBuild
index 8a092cfa..3cef6151 100755
--- a/sys/cluster/util-vserver/util-vserver.SlackBuild
+++ b/sys/cluster/util-vserver/util-vserver.SlackBuild
@@ -64,7 +64,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 || exit $ERROR_GPG
+gpg --verify $SRC_DIR/$SRC.asc $SRC_DIR/$SRC || exit $ERROR_GPG
TMP="$TMP/$PACKAGE"
rm -rf $TMP