summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-09-05 20:57:23 +0100
committerRobert Bragg <robert@linux.intel.com>2011-09-05 20:59:00 +0100
commite4ef536c7a6f35bfc73b24241a9967073a48d6c3 (patch)
tree30d111a98674ea5631ba4d3550926467bff18054
parentad4cfaf270ac2f1540a7abe8f15107c8c6be7a68 (diff)
downloadcogl-e4ef536c7a6f35bfc73b24241a9967073a48d6c3.tar.gz
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.
-rw-r--r--build/autotools/Makefile.am.release2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index c29533b1..149dd93e 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -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"