mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/tiger: Fix script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8e89f68978
commit
4cfe0f4d86
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
|
||||
# The package can be verified with Javier Fernández-Sanguino's PGP key (0xDC814B09)
|
||||
# The package can be verified with Javier Fernández-Sanguino's PGP key (0xDC814B09)
|
||||
# If we have GnuPG installed, we try to verify the signature.
|
||||
if [ -x "/usr/bin/gpg" -a -x "/usr/bin/gpgv" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue