diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-01-16 14:20:41 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-01-16 14:20:41 +0000 |
commit | b6b8907a4f725e1f03e8d4ff4b556a189c250fd0 (patch) | |
tree | 2930f6c09c487b3eb29910a854fd000178fff019 /app | |
parent | 0d264d56202970571b652daa7ecd03d059f0d6fe (diff) | |
download | slackbuilds-b6b8907a4f725e1f03e8d4ff4b556a189c250fd0.tar.gz slackbuilds-b6b8907a4f725e1f03e8d4ff4b556a189c250fd0.tar.bz2 |
rssh: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@970 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app')
-rwxr-xr-x | app/shells/rssh/rssh.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/shells/rssh/rssh.SlackBuild b/app/shells/rssh/rssh.SlackBuild index 13775ebd..44bb63a3 100755 --- a/app/shells/rssh/rssh.SlackBuild +++ b/app/shells/rssh/rssh.SlackBuild @@ -135,7 +135,7 @@ EOGPG fi -gpg --verify $SRC.sig $SRC || exit $ERROR_GPG +gpg --verify $SRC_DIR/$SRC.sig $SRC_DIR/$SRC || exit $ERROR_GPG TMP="$TMP/$PACKAGE" rm -rf $TMP |