]> git.notmuchmail.org Git - notmuch/commitdiff
make release: remove LATEST-$(PACKAGE)-*
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 5 Dec 2011 11:39:32 +0000 (13:39 +0200)
committerDavid Bremner <bremner@debian.org>
Tue, 6 Dec 2011 13:37:45 +0000 (09:37 -0400)
The tar file of particular package (notmuch in this case) is named
as $(PACKAGE)-$(VERSION).tar.gz. Therefore the best way to remove
previous link to LATEST is to remove all files beginning with
LATEST-$(PACKAGE)- and not relying how $(VERSION) string is constructed.


No differences found