From: rhatto Date: Tue, 16 Jan 2007 14:17:32 +0000 (+0000) Subject: rssh: changed signature checking procedure X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d264d56202970571b652daa7ecd03d059f0d6fe;p=slackbuilds.git rssh: changed signature checking procedure git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@969 370017ae-e619-0410-ac65-c121f96126d4 --- diff --git a/app/shells/rssh/rssh.SlackBuild b/app/shells/rssh/rssh.SlackBuild index c8730486..13775ebd 100755 --- a/app/shells/rssh/rssh.SlackBuild +++ b/app/shells/rssh/rssh.SlackBuild @@ -70,7 +70,69 @@ if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then fi if [ ! -f "$SRC_DIR/$PACKAGE-key.asc" ]; then - wget "$KEY" -O "$SRC_DIR/$PACKAGE-key.asc" && gpg --import $SRC_DIR/$PACKAGE-key.asc + # $KEY url seens broken + # wget "$KEY" -O "$SRC_DIR/$PACKAGE-key.asc" && gpg --import $SRC_DIR/$PACKAGE-key.asc + gpg --import <