pkgmk: Removed checking for in make_signature() pkgutils-5.40.1
authorFredrik Rinnestam <fredrik@crux.nu>
Thu, 23 Feb 2017 17:26:36 +0000 (18:26 +0100)
committerFredrik Rinnestam <fredrik@crux.nu>
Thu, 23 Feb 2017 17:29:10 +0000 (18:29 +0100)
commitdcb8845eaf69cbefe62e58b03090c986391333d3
tree4bf6bd1ec410ec55991ef9ff94c8d11d0bdb79c6
parente5c99f7b1a729016c689f240c69b8b2bdc4ed4aa
pkgmk: Removed checking for  in make_signature()

this is an artifact from make_md5sum() and NOT needed for make_signature().
In fact, this check breaks make_signature() because now packages that don't
have a $source don't get any .signature at all, even though it can
(and should) create a sha256 for the footprint and Pkgfile.

Patch by Camille (onodera).
pkgmk.in