File package-update-indicator-mgsfmtfix.patch of Package package-update-indicator
diff --git a/Makefile b/Makefile index 8662a50..4f9667e 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,7 @@ update-po: $(POTFILE) $(MSGFMT) --output $@ $< %.desktop: %.desktop.in - $(MSGFMT) --desktop --keyword 'Keywords' --template $< -d po --output $@ + $(MSGFMT) --desktop --template $< -d po --output $@ $(foreach section,1 2 3 4 5 6 7 8 9,$(eval $(call generate-manpage-rule,$(section))))