build: fix make release-message find the sha256 file

the sha256 file for the release should be found under the build/
directory not at the top of the repo.
This commit is contained in:
Robert Bragg 2011-09-05 20:57:23 +01:00
parent ad4cfaf270
commit e4ef536c7a

View File

@ -86,7 +86,7 @@ release-message:
@echo ""
@echo "SHA256 Checksum:"
@echo ""
@cat $(top_builddir)/$(sha256_file)
@cat $(top_builddir)/build/$(sha256_file)
@echo ""
@echo "Additionally, a git clone of the source tree:"
@echo " git clone git://git.gnome.org/cogl"