Fix packaging mistake of *.desktop file.
This commit is contained in:
@ -2,5 +2,8 @@ SUBDIRS = icons themes keyboards
|
|||||||
|
|
||||||
desktopdir = $(datadir)/applications
|
desktopdir = $(datadir)/applications
|
||||||
desktop_in_files = eekboard.desktop.in
|
desktop_in_files = eekboard.desktop.in
|
||||||
dist_desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
||||||
|
CLEANFILES = $(desktop_DATA)
|
||||||
|
EXTRA_DIST = $(desktop_in_files)
|
||||||
|
|||||||
Reference in New Issue
Block a user