mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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:
parent
ad4cfaf270
commit
e4ef536c7a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user