pidgin/pidgin

f902de8a1b5e
Parents f706f573c7ae
Children 87817ffa63fb
Not sure how `make release` worked in the past but this should fix it for now.
  • +1 -1
    Makefile.am
  • --- a/Makefile.am Thu Jun 11 04:15:47 2020 -0500
    +++ b/Makefile.am Thu Jun 11 04:17:55 2020 -0500
    @@ -50,7 +50,7 @@
    head ChangeLog.API | grep "^version $(PACKAGE_VERSION):$$" >/dev/null
    # Ensure we're working from a tag...
    - test x`hg log -r "tag($(PACKAGE_VERSION))" --template "{node}"` = x`hg log -r . -T '{node}'`
    + test x`hg log -r "tag(v$(PACKAGE_VERSION))" --template "{node}"` = x`hg log -r . -T '{node}'`
    # ... and have no changes in the working copy.
    test "x`hg st -mard`" = x