Commit b0cc57a0e5b720e4ec3495f95ff80938098cb05c

Authored by perry.werneck@gmail.com
1 parent 8e122670
Exists in master

Removendo warning do desktop-file-install durante o empacotamento Ubuntu

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
latest/Makefile.in
... ... @@ -229,6 +229,7 @@ install-gui: $(PACKAGE_NAME).desktop
229 229  
230 230 @desktop-file-install --mode 644 \
231 231 --dir $(DESTDIR)/$(desktopdir) \
  232 + --add-category System \
232 233 --add-category TerminalEmulator \
233 234 $(PACKAGE_NAME).desktop
234 235  
... ...