]> git.notmuchmail.org Git - notmuch/commitdiff
build: fix update-versions rule
authorDavid Bremner <david@tethera.net>
Sun, 8 Nov 2020 11:27:48 +0000 (07:27 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 8 Nov 2020 11:27:48 +0000 (07:27 -0400)
This was missed in the rename of the 'version' file to version.txt

Makefile.local

index dde7981ba3df65133d47fe170a591fe8b28e791f..631fef3cb01d747731d5534102b70d8e81eb360a 100644 (file)
@@ -54,7 +54,7 @@ update-versions:
        sed -i -e "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" \
            -e "s/^SOVERSION[[:blank:]]*=.*$$/SOVERSION = \'${LIBNOTMUCH_VERSION_MAJOR}\'/" \
            ${PV_FILE}
-       cp version bindings/python-cffi
+       cp version.txt bindings/python-cffi
 
 # We invoke make recursively only to force ordering of our phony
 # targets in the case of parallel invocation of make (-j).