From: rhatto Date: Fri, 15 Dec 2006 23:26:03 +0000 (+0000) Subject: util-vserver: fixed signature checking X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=77f91d6a1ff9597348fd26bcbb723a2bdd9fe385;p=slackbuilds.git util-vserver: fixed signature checking git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@931 370017ae-e619-0410-ac65-c121f96126d4 --- 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