Skip to content

Commit

Permalink
Makefile: Disable msgmerge backups
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfoerster committed Oct 27, 2019
1 parent 3270889 commit dd6abb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GETTEXT = xgettext -F -L Python -k_ -k_U -k_N:1,2 \
--copyright-holder='David P. W. Forster' \
--msgid-bugs-address=https://github.com/davidfoerster/aptsources-cleanup/issues
MSGFMT = msgfmt
MSGMERGE = msgmerge -F
MSGMERGE = msgmerge -F --backup=none
PYTHON = python3 -s
GPG = $(shell command -v gpg2 || { gpg --version | grep -qe '^gpg.*[ v]2\.[0-9]' && echo gpg; })

Expand Down

0 comments on commit dd6abb9

Please sign in to comment.