diff options
Diffstat (limited to 'app/shells/rssh/rssh.SlackBuild')
-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 |