index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-05-09 00:17:10 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-05-12 21:30:51 +1000 |
commit | 1741bdaf81cc7c0881ee7a26861b3d94c384f13f (patch) | |
tree | 6abda2b5f45223182e41785a0566e7cc97a6fd6c /scripts/libmakepkg/integrity/generate_checksum.sh.in | |
parent | 828f305023604474ea078a90bcf9752efdbc8aa9 (diff) |
-rw-r--r-- | scripts/libmakepkg/integrity/generate_checksum.sh.in | 2 |
diff --git a/scripts/libmakepkg/integrity/generate_checksum.sh.in b/scripts/libmakepkg/integrity/generate_checksum.sh.in index fdee0d72..eb9b74fc 100644 --- a/scripts/libmakepkg/integrity/generate_checksum.sh.in +++ b/scripts/libmakepkg/integrity/generate_checksum.sh.in @@ -56,7 +56,7 @@ generate_one_checksum() { sum="SKIP" ;; *) - if [[ $netfile != *.@(sig?(n)|asc) ]]; then + if [[ ${netfile%%::*} != *.@(sig?(n)|asc) ]]; then local file file="$(get_filepath "$netfile")" || missing_source_file "$netfile" sum="$("${integ}sum" "$file")" |