Use consistant names for the checksum files

update
Hamish Coleman 8 years ago
parent 92fe4b9ee0
commit 920c67f7cf

@ -20,7 +20,7 @@ install.radare.projects:
# #
# If we have an extractor for this image, use it # If we have an extractor for this image, use it
%.img: %.extract %.img.sum %.img: %.extract %.img.sha1
./$< > $@ ./$< > $@
sha1sum -c $@.sum sha1sum -c $@.sha1

Loading…
Cancel
Save