Navigation Menu

Skip to content

Commit

Permalink
package ubuntu: add missing MySQL 5.7 target
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 24, 2016
1 parent 568e119 commit e910e09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Expand Up @@ -91,6 +91,11 @@ update-latest-release: ensure-cutter-source-path
$(PACKAGE)-5.6 $(OLD_RELEASE) $(OLD_RELEASE_DATE) \
$(VERSION) $(NEW_RELEASE_DATE) \
packages/debian-5.6/changelog
cd $(top_srcdir) && \
"$(CUTTER_SOURCE_PATH)/misc/update-latest-release.rb" \
$(PACKAGE)-5.7 $(OLD_RELEASE) $(OLD_RELEASE_DATE) \
$(VERSION) $(NEW_RELEASE_DATE) \
packages/debian-5.7/changelog

update-po:
@for lang in $(LOCALES); do \
Expand Down

0 comments on commit e910e09

Please sign in to comment.